X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fenv_callback.h;h=74da20eec3087143c239134dbac9e9524d1288cd;hb=80e7e7c2aba5793a1e39592cd53de9e5aca96f0b;hp=3d30a33f5bad6bb678a0016924cf8335d4e3af6d;hpb=02cf9334280046e6b07ba304e7da2a273e445d5b;p=oweals%2Fu-boot.git diff --git a/include/env_callback.h b/include/env_callback.h index 3d30a33f5b..74da20eec3 100644 --- a/include/env_callback.h +++ b/include/env_callback.h @@ -42,7 +42,7 @@ #define DNS_CALLBACK #endif -#ifdef CONFIG_CMD_NET +#ifdef CONFIG_NET #define NET_CALLBACKS \ "bootfile:bootfile," \ "ipaddr:ipaddr," \ @@ -72,6 +72,6 @@ "serial#:serialno," \ CONFIG_ENV_CALLBACK_LIST_STATIC -void env_callback_init(ENTRY *var_entry); +void env_callback_init(struct env_entry *var_entry); #endif /* __ENV_CALLBACK_H__ */