Tied NVO commands into the human-interactable settings code that I

completely forgot I'd written ages ago.
This commit is contained in:
Michael Brown
2006-12-05 02:40:03 +00:00
parent 6842dd3222
commit d041d74054
3 changed files with 56 additions and 52 deletions

View File

@@ -98,9 +98,9 @@ struct config_setting {
/* Function prototypes */
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 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 );
#endif /* _GPXE_SETTINGS_H */