diff options
| author | Holger Lubitz | 2007-08-20 00:34:59 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-08-20 00:34:59 +0200 |
| commit | a0fbce4656962518cc94e1691823573b50da1b42 (patch) | |
| tree | bba5bb42d95e068caf45615a03a66f59433d3937 /src/include | |
| parent | __nonnull changes (diff) | |
| download | ipxe-a0fbce4656962518cc94e1691823573b50da1b42.tar.gz ipxe-a0fbce4656962518cc94e1691823573b50da1b42.tar.xz ipxe-a0fbce4656962518cc94e1691823573b50da1b42.zip | |
__nonnull changes
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 01b8f1728..70ee8cb3b 100644 --- a/src/include/gpxe/settings_ui.h +++ b/src/include/gpxe/settings_ui.h @@ -9,6 +9,6 @@ struct config_context; -extern int settings_ui ( struct config_context *context ); +extern int settings_ui ( struct config_context *context ) __nonnull; #endif /* _GPXE_SETTINGS_UI_H */ |
