summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 7df8b6bb7..ff7a76799 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
*