diff options
author | Holger Lubitz | 2007-07-27 21:45:04 +0200 |
---|---|---|
committer | Holger Lubitz | 2007-07-27 21:45:04 +0200 |
commit | 0e0843a872f10a7fc093038700e80248ba7c0e76 (patch) | |
tree | e54dc006ae977e98a59956d0d8af8f3389dde817 /src/hci/mucurses | |
parent | Merge branch 'master' into symcheck2 (diff) | |
download | ipxe-0e0843a872f10a7fc093038700e80248ba7c0e76.tar.gz ipxe-0e0843a872f10a7fc093038700e80248ba7c0e76.tar.xz ipxe-0e0843a872f10a7fc093038700e80248ba7c0e76.zip |
make _wgetc static
Diffstat (limited to 'src/hci/mucurses')
-rw-r--r-- | src/hci/mucurses/kb.c | 1 |
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; |