summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
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 */