diff --git a/console.c b/console.c index e49eaa09..80bca3ca 100644 --- a/console.c +++ b/console.c @@ -303,3 +303,11 @@ int console_get_line(const char *prompt, char *str, } return 1; } + +void frontend_keypress(void) +{ + /* + * This is nothing but a stub, in console code. + */ + return; +}