mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
__nonnull changes
This commit is contained in:
@@ -26,6 +26,6 @@ struct edit_string {
|
|||||||
unsigned int mod_end;
|
unsigned int mod_end;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern int edit_string ( struct edit_string *string, int key );
|
extern int edit_string ( struct edit_string *string, int key ) __nonnull;
|
||||||
|
|
||||||
#endif /* _GPXE_EDITSTRING_H */
|
#endif /* _GPXE_EDITSTRING_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user