]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
__nonnull changes
authorHolger Lubitz <hal@duncan.ol.sub.de>
Sun, 19 Aug 2007 22:34:04 +0000 (00:34 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Sun, 19 Aug 2007 22:34:04 +0000 (00:34 +0200)
src/hci/readline.c

index 7df8b6bb796f13c0f8e688c74ae64f2182bcb266..ff7a76799f8d20145ddbc8e9e5df1e3dcd7bdba4 100644 (file)
@@ -32,6 +32,8 @@
 
 #define READLINE_MAX 256
 
+static void sync_console ( struct edit_string *string ) __nonnull;
+
 /**
  * Synchronise console with edited string
  *