summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-12-05 03:40:03 +0100
committerMichael Brown2006-12-05 03:40:03 +0100
commitd041d74054e6f202e6780f28f1cbd3327b5a960e (patch)
tree6c829478428879e34f68b489ae837aeaa8a72695 /src/include
parentHandle TargetAddress (diff)
downloadipxe-d041d74054e6f202e6780f28f1cbd3327b5a960e.tar.gz
ipxe-d041d74054e6f202e6780f28f1cbd3327b5a960e.tar.xz
ipxe-d041d74054e6f202e6780f28f1cbd3327b5a960e.zip
Tied NVO commands into the human-interactable settings code that I
completely forgot I'd written ages ago.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/settings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gpxe/settings.h b/src/include/gpxe/settings.h
index 25aef8e73..f5ecae94f 100644
--- a/src/include/gpxe/settings.h
+++ b/src/include/gpxe/settings.h
@@ -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 */