Browse Source

__nonnull changes

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
d0867b101d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/editstring.h

+ 1
- 1
src/include/gpxe/editstring.h View File

26
 	unsigned int mod_end;
26
 	unsigned int mod_end;
27
 };
27
 };
28
 
28
 
29
-extern int edit_string ( struct edit_string *string, int key );
29
+extern int edit_string ( struct edit_string *string, int key ) __nonnull;
30
 
30
 
31
 #endif /* _GPXE_EDITSTRING_H */
31
 #endif /* _GPXE_EDITSTRING_H */

Loading…
Cancel
Save