From: Holger Lubitz Date: Sun, 19 Aug 2007 22:34:04 +0000 (+0200) Subject: __nonnull changes X-Git-Tag: v0.9.3~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c19e4a07e07c14e2c66966429d7b37ec1fc8b84;p=thirdparty%2Fipxe.git __nonnull changes --- 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 *