david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

__nonnull changes

This commit is contained in:
Holger Lubitz 2007-08-20 00:34:59 +02:00
parent d0867b101d
commit a0fbce4656
1 changed files with 1 additions and 1 deletions

View 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 */