X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/78843a7c937b67b321c0495b79a53915cb45ab7a..b9d7bcadee831e9b59fb785f2464a5fc1897bd1a:/console.c diff --git a/console.c b/console.c index 80bca3ca..85f99dc2 100644 --- a/console.c +++ b/console.c @@ -304,7 +304,7 @@ int console_get_line(const char *prompt, char *str, return 1; } -void frontend_keypress(void) +void frontend_keypress(void *handle) { /* * This is nothing but a stub, in console code.