summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/settings.h
diff options
context:
space:
mode:
authorMichael Brown2008-03-21 00:42:11 +0100
committerMichael Brown2008-03-21 00:42:11 +0100
commiteae6ac3d0bdb5f25193af9584db4eec9dd5226c9 (patch)
tree054766fb4978ee8ef4ea2dc7ad985f92a0689be6 /src/include/gpxe/settings.h
parent[Settings] Introduce settings applicators. (diff)
downloadipxe-eae6ac3d0bdb5f25193af9584db4eec9dd5226c9.tar.gz
ipxe-eae6ac3d0bdb5f25193af9584db4eec9dd5226c9.tar.xz
ipxe-eae6ac3d0bdb5f25193af9584db4eec9dd5226c9.zip
[Settings] Convert code in src/usr to use settings API.
Diffstat (limited to 'src/include/gpxe/settings.h')
-rw-r--r--src/include/gpxe/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/settings.h b/src/include/gpxe/settings.h
index 94ca9e0f..b79ce508 100644
--- a/src/include/gpxe/settings.h
+++ b/src/include/gpxe/settings.h
@@ -160,6 +160,9 @@ extern int fetch_int_setting ( struct settings *settings, unsigned int tag,
long *value );
extern int fetch_uint_setting ( struct settings *settings, unsigned int tag,
unsigned long *value );
+extern long fetch_intz_setting ( struct settings *settings, unsigned int tag );
+extern unsigned long fetch_uintz_setting ( struct settings *settings,
+ unsigned int tag );
extern struct settings * find_settings ( const char *name );
extern int store_typed_setting ( struct settings *settings,
unsigned int tag, struct setting_type *type,