]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
__nonnull changes
authorHolger Lubitz <hal@duncan.ol.sub.de>
Sun, 19 Aug 2007 22:34:59 +0000 (00:34 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Sun, 19 Aug 2007 22:34:59 +0000 (00:34 +0200)
src/include/gpxe/settings_ui.h

index 01b8f1728cb5263df73bdd97d3c3c0e76a62d2eb..70ee8cb3b495687b593422c21c5edfa61566612b 100644 (file)
@@ -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 */