2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

make _wgetc static

This commit is contained in:
Holger Lubitz 2007-07-27 21:45:04 +02:00
parent 59ad3dac40
commit 0e0843a872

View File

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