From 5490ef108394bc9e9655eab2b5f468dbee9fe02c Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Mon, 17 Aug 2009 18:49:15 +0000 Subject: [PATCH] Fixed some warnings --- boot/boot.h | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/boot.h b/boot/boot.h index 4774a7c14..8148f20dc 100755 --- a/boot/boot.h +++ b/boot/boot.h @@ -162,6 +162,7 @@ EXTERN environment *env; /* Lists the environment. */ char *b_value(char *name); /* Get/set the value of a variable. */ int b_setvar(int flags, char *name, char *value); +void b_unset(char *name); void parse_code(char *code); /* Parse boot monitor commands. */ -- 2.44.0