david/ipxe
Archived
1
0

__nonnull changes

This commit is contained in:
Holger Lubitz 2007-08-20 00:34:04 +02:00
parent d39e79248c
commit 3c19e4a07e

View File

@ -32,6 +32,8 @@
#define READLINE_MAX 256 #define READLINE_MAX 256
static void sync_console ( struct edit_string *string ) __nonnull;
/** /**
* Synchronise console with edited string * Synchronise console with edited string
* *