env: Drop the double underscores in search.h
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:47:10 +0000 (09:47 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commitcb2ba9db5f2ab575d40d95e76a0ab94c7ccb9bac
treef663241a5ec1858494517439fff803fc42552ac6
parent3f0d6807459bb22431e5bc19e597c1786b3d1ce6
env: Drop the double underscores in search.h

There doesn't seem to be any good reason for using __ in the arguments in
this header file. A double underscore is usually reserved for compiler
features.

Drop these and remove the unnecessary 'extern' as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/search.h