Sfoglia il codice sorgente

__nonnull changes

tags/v0.9.3
Holger Lubitz 17 anni fa
parent
commit
a0fbce4656
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/include/gpxe/settings_ui.h

+ 1
- 1
src/include/gpxe/settings_ui.h Vedi 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…
Annulla
Salva