make _wgetc static

pull/1/head
Holger Lubitz 2007-07-27 21:45:04 +02:00
parent 59ad3dac40
commit 0e0843a872
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ int has_key ( int kc __unused ) {
return TRUE;
}
static
int _wgetc ( WINDOW *win ) {
int timer, c;