summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/editstring.h
diff options
context:
space:
mode:
authorMichael Brown2007-09-11 16:42:17 +0200
committerMichael Brown2007-09-11 16:42:17 +0200
commit5f6439c828c1de42ba83593040842b30e86d6b29 (patch)
tree112970ab2eede1a23f57742a3c60f25fe8371688 /src/include/gpxe/editstring.h
parentForce MAC address for testing purposes (diff)
parentMerge branch 'master' of rom.etherboot.org:/pub/scm/gpxe (diff)
downloadipxe-5f6439c828c1de42ba83593040842b30e86d6b29.tar.gz
ipxe-5f6439c828c1de42ba83593040842b30e86d6b29.tar.xz
ipxe-5f6439c828c1de42ba83593040842b30e86d6b29.zip
Merge branch 'master' into 3leaf-rewrite
Diffstat (limited to 'src/include/gpxe/editstring.h')
-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 */