diff options
| author | Michael Brown | 2006-12-20 12:42:48 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-20 12:42:48 +0100 |
| commit | cbeec25662029a4362ca484805d60264f9dca8d6 (patch) | |
| tree | 289b37727ad4136931ea67e1befffc557fbe26cf /src/include | |
| parent | Add EIO. (diff) | |
| download | ipxe-cbeec25662029a4362ca484805d60264f9dca8d6.tar.gz ipxe-cbeec25662029a4362ca484805d60264f9dca8d6.tar.xz ipxe-cbeec25662029a4362ca484805d60264f9dca8d6.zip | |
settings_ui() now returns a status code.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/settings_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/settings_ui.h b/src/include/gpxe/settings_ui.h index 59fc3cbdb..01b8f1728 100644 --- a/src/include/gpxe/settings_ui.h +++ b/src/include/gpxe/settings_ui.h @@ -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 */ |
