Explorar el Código

__nonnull changes

tags/v0.9.3
Holger Lubitz hace 17 años
padre
commit
a0fbce4656
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/gpxe/settings_ui.h

+ 1
- 1
src/include/gpxe/settings_ui.h Ver fichero

@@ -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…
Cancelar
Guardar