summaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorHolger Lubitz2007-08-20 00:34:04 +0200
committerHolger Lubitz2007-08-20 00:34:04 +0200
commit3c19e4a07e07c14e2c66966429d7b37ec1fc8b84 (patch)
tree204bcfe4cb87add110092a4db2e94668b2381f6d /src/hci
parent__nonnull changes (diff)
downloadipxe-3c19e4a07e07c14e2c66966429d7b37ec1fc8b84.tar.gz
ipxe-3c19e4a07e07c14e2c66966429d7b37ec1fc8b84.tar.xz
ipxe-3c19e4a07e07c14e2c66966429d7b37ec1fc8b84.zip
__nonnull changes
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/readline.c2
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
*