settings_ui() now returns a status code.

This commit is contained in:
Michael Brown
2006-12-20 11:42:48 +00:00
parent 07ddaedd33
commit cbeec25662
3 changed files with 15 additions and 6 deletions

View File

@@ -9,6 +9,6 @@
struct config_context;
extern void settings_ui ( struct config_context *context );
extern int settings_ui ( struct config_context *context );
#endif /* _GPXE_SETTINGS_UI_H */