david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

__nonnull changes

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

View File

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