From: Holger Lubitz Date: Fri, 27 Jul 2007 19:45:04 +0000 (+0200) Subject: make _wgetc static X-Git-Tag: v0.9.3~159^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0843a872f10a7fc093038700e80248ba7c0e76;p=thirdparty%2Fipxe.git make _wgetc static --- diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index f0c8dcb0a..9f5c6bb72 100644 --- a/src/hci/mucurses/kb.c +++ b/src/hci/mucurses/kb.c @@ -30,6 +30,7 @@ int has_key ( int kc __unused ) { return TRUE; } +static int _wgetc ( WINDOW *win ) { int timer, c;