mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 09:32:33 +03:00
__nonnull changes
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user