diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/console.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/console.h b/src/include/console.h index 271b4f365..df9e8092f 100644 --- a/src/include/console.h +++ b/src/include/console.h @@ -102,8 +102,7 @@ struct console_driver { extern void putchar ( int character ); extern int getchar ( void ); -extern int getchar_timeout ( unsigned long timeout ); extern int iskey ( void ); -extern int getkey ( void ); +extern int getkey ( unsigned long timeout ); #endif /* CONSOLE_H */ |
