mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[settings] Display canonical setting name in "config" user interface
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -251,6 +251,8 @@ extern const char * settings_name ( struct settings *settings );
|
||||
extern struct settings * find_settings ( const char *name );
|
||||
extern struct setting * find_setting ( const char *name );
|
||||
|
||||
extern int setting_name ( struct settings *settings, struct setting *setting,
|
||||
char *buf, size_t len );
|
||||
extern int storef_setting ( struct settings *settings,
|
||||
struct setting *setting,
|
||||
const char *value );
|
||||
|
||||
Reference in New Issue
Block a user