X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9a30e26b7801d63e4ccfe8d36169299c09b89dff..36b8d9bb9274b5ca088063a83d255121691a579f:/console.c diff --git a/console.c b/console.c index b51e7e77..fe201347 100644 --- a/console.c +++ b/console.c @@ -137,6 +137,10 @@ void verify_ssh_host_key(void *frontend, char *host, int port, char *keytype, } } +void update_specials_menu(void *frontend) +{ +} + /* * Ask whether the selected cipher is acceptable (since it was * below the configured 'warn' threshold). @@ -266,7 +270,7 @@ void console_provide_logctx(void *logctx) console_logctx = logctx; } -void logevent(void *frontend, char *string) +void logevent(void *frontend, const char *string) { if (console_logctx) log_eventlog(console_logctx, string);