From 3c19e4a07e07c14e2c66966429d7b37ec1fc8b84 Mon Sep 17 00:00:00 2001 From: Holger Lubitz Date: Mon, 20 Aug 2007 00:34:04 +0200 Subject: [PATCH] __nonnull changes --- src/hci/readline.c | 2 ++ 1 file changed, 2 insertions(+) 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 *