diff options
| author | Holger Lubitz | 2007-08-20 00:34:46 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-08-20 00:34:46 +0200 |
| commit | d0867b101de19ae327b0fbbb87afb604a490a251 (patch) | |
| tree | 3a9e36b3cb62e3c71b8945080e719d85dbc2d087 /src | |
| parent | __nonnull changes (diff) | |
| download | ipxe-d0867b101de19ae327b0fbbb87afb604a490a251.tar.gz ipxe-d0867b101de19ae327b0fbbb87afb604a490a251.tar.xz ipxe-d0867b101de19ae327b0fbbb87afb604a490a251.zip | |
__nonnull changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/gpxe/editstring.h | 2 |
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 */ |
