summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-12-12 16:49:46 +0100
committerMichael Brown2006-12-12 16:49:46 +0100
commit007ca97f25c20971ebfd2032db7e305351bac5d8 (patch)
tree97ecf77bf6bc539807270315db519e48c375bf3b /src/include
parentCope with system(""). (diff)
downloadipxe-007ca97f25c20971ebfd2032db7e305351bac5d8.tar.gz
ipxe-007ca97f25c20971ebfd2032db7e305351bac5d8.tar.xz
ipxe-007ca97f25c20971ebfd2032db7e305351bac5d8.zip
Added clear_setting()
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/settings.h b/src/include/gpxe/settings.h
index f5ecae94f..ab0de5b43 100644
--- a/src/include/gpxe/settings.h
+++ b/src/include/gpxe/settings.h
@@ -102,5 +102,6 @@ extern int show_setting ( struct config_context *context, const char *name,
char *buf, size_t len );
extern int set_setting ( struct config_context *context, const char *name,
const char *value );
+extern int clear_setting ( struct config_context *context, const char *name );
#endif /* _GPXE_SETTINGS_H */