summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
authorHolger Lubitz2007-08-20 00:34:46 +0200
committerHolger Lubitz2007-08-20 00:34:46 +0200
commitd0867b101de19ae327b0fbbb87afb604a490a251 (patch)
tree3a9e36b3cb62e3c71b8945080e719d85dbc2d087 /src/include/gpxe
parent__nonnull changes (diff)
downloadipxe-d0867b101de19ae327b0fbbb87afb604a490a251.tar.gz
ipxe-d0867b101de19ae327b0fbbb87afb604a490a251.tar.xz
ipxe-d0867b101de19ae327b0fbbb87afb604a490a251.zip
__nonnull changes
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/editstring.h2
1 files changed, 1 insertions, 1 deletions
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 */