Browse Source

__nonnull changes

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
a0fbce4656
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/settings_ui.h

+ 1
- 1
src/include/gpxe/settings_ui.h View File

@@ -9,6 +9,6 @@
9 9
 
10 10
 struct config_context;
11 11
 
12
-extern int settings_ui ( struct config_context *context );
12
+extern int settings_ui ( struct config_context *context ) __nonnull;
13 13
 
14 14
 #endif /* _GPXE_SETTINGS_UI_H */

Loading…
Cancel
Save