X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2F_exports.h;h=5416041243d67c025b6c79f9f58b1bde40bb2680;hb=04ca871459da53930a81509c53724ccfa7101118;hp=9deed7737814bd9cefb012bf02f772b4676415a7;hpb=382bee57f19b4454e2015bc19a010bc2d0ab9337;p=u-boot diff --git a/include/_exports.h b/include/_exports.h index 9deed77378..5416041243 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -31,7 +31,7 @@ EXPORT_FUNC(vprintf, int, vprintf, const char *, va_list) EXPORT_FUNC(do_reset, int, do_reset, cmd_tbl_t *, int , int , char * const []) - EXPORT_FUNC(getenv, char *, getenv, const char*) + EXPORT_FUNC(env_get, char *, env_get, const char*) EXPORT_FUNC(env_set, int, env_set, const char *, const char *) EXPORT_FUNC(simple_strtoul, unsigned long, simple_strtoul, const char *, char **, unsigned int)