diff options
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 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 * |
