]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
make _wgetc static
authorHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:45:04 +0000 (21:45 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:45:04 +0000 (21:45 +0200)
src/hci/mucurses/kb.c

index f0c8dcb0a98d6825de8012302d1b8c0ae10e69bf..9f5c6bb72628f264a99ad5d0b0a565d4fc20b613 100644 (file)
@@ -30,6 +30,7 @@ int has_key ( int kc __unused ) {
        return TRUE;
 }
 
+static
 int _wgetc ( WINDOW *win ) {
        int timer, c;