aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci
diff options
context:
space:
mode:
authorHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:45:04 +0200
committerHolger Lubitz <hal@duncan.ol.sub.de>2007-07-27 21:45:04 +0200
commit0e0843a872f10a7fc093038700e80248ba7c0e76 (patch)
treee54dc006ae977e98a59956d0d8af8f3389dde817 /src/hci
parent59ad3dac4002222719caaa6363959b6712ae2364 (diff)
downloadipxe-0e0843a872f10a7fc093038700e80248ba7c0e76.tar.gz
make _wgetc static
Diffstat (limited to 'src/hci')
-rw-r--r--src/hci/mucurses/kb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c
index f0c8dcb0..9f5c6bb7 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;