diff options
author | Holger Lubitz <hal@duncan.ol.sub.de> | 2007-08-20 00:34:04 +0200 |
---|---|---|
committer | Holger Lubitz <hal@duncan.ol.sub.de> | 2007-08-20 00:34:04 +0200 |
commit | 3c19e4a07e07c14e2c66966429d7b37ec1fc8b84 (patch) | |
tree | 204bcfe4cb87add110092a4db2e94668b2381f6d /src/hci | |
parent | d39e79248c2da5ce14826be1b00613919ab46e8b (diff) | |
download | ipxe-3c19e4a07e07c14e2c66966429d7b37ec1fc8b84.tar.gz |
__nonnull changes
Diffstat (limited to 'src/hci')
-rw-r--r-- | src/hci/readline.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/readline.c b/src/hci/readline.c index 7df8b6bb..ff7a7679 100644 --- a/src/hci/readline.c +++ b/src/hci/readline.c @@ -32,6 +32,8 @@ #define READLINE_MAX 256 +static void sync_console ( struct edit_string *string ) __nonnull; + /** * Synchronise console with edited string * |