From: Holger Lubitz Date: Sun, 19 Aug 2007 22:34:46 +0000 (+0200) Subject: __nonnull changes X-Git-Tag: v0.9.3~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0867b101de19ae327b0fbbb87afb604a490a251;p=thirdparty%2Fipxe.git __nonnull changes --- diff --git a/src/include/gpxe/editstring.h b/src/include/gpxe/editstring.h index 7f3c5dcb1..fad8bd5a7 100644 --- a/src/include/gpxe/editstring.h +++ b/src/include/gpxe/editstring.h @@ -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 */