mirror of https://github.com/ipxe/ipxe.git
__nonnull changes
parent
d2dd4b9e31
commit
d0867b101d
|
@ -26,6 +26,6 @@ struct edit_string {
|
|||
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 */
|
||||
|
|
Loading…
Reference in New Issue