X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2F_exports.h;h=5416041243d67c025b6c79f9f58b1bde40bb2680;hb=f58d633e538858bf1ccdb93d5b5dc8edc368e30e;hp=6ff4364e443d25af802d4dd3c997450bf576a5f5;hpb=5d7ec3d8d3f09293824d1486b33cbe578e896996;p=oweals%2Fu-boot.git diff --git a/include/_exports.h b/include/_exports.h index 6ff4364e44..5416041243 100644 --- a/include/_exports.h +++ b/include/_exports.h @@ -31,8 +31,8 @@ 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(setenv, int, setenv, const char *, 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) EXPORT_FUNC(strict_strtoul, int, strict_strtoul,