Added clear_setting()

This commit is contained in:
Michael Brown
2006-12-12 15:49:46 +00:00
parent 0a26cd2933
commit 007ca97f25
2 changed files with 26 additions and 2 deletions

View File

@@ -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 */