mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Tied NVO commands into the human-interactable settings code that I
completely forgot I'd written ages ago.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user