mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 10:30:23 +03:00
make _wgetc static
This commit is contained in:
@@ -30,6 +30,7 @@ int has_key ( int kc __unused ) {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static
|
||||
int _wgetc ( WINDOW *win ) {
|
||||
int timer, c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user