mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[settings] Expose settings_name()
Expose settings_name(), shrink the unnecessarily large static buffer, properly name root settings block, and simplify. Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
aebba8f6eb
commit
f732fa28c8
@@ -245,6 +245,7 @@ extern int fetch_uuid_setting ( struct settings *settings,
|
||||
extern void clear_settings ( struct settings *settings );
|
||||
extern int setting_cmp ( struct setting *a, struct setting *b );
|
||||
|
||||
extern const char * settings_name ( struct settings *settings );
|
||||
extern struct settings * find_settings ( const char *name );
|
||||
extern struct setting * find_setting ( const char *name );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user