X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/14880afc53efa7bad9ec73d468dc841c28525713..125105d16c788398562ac03e91ce7a0dc0292492:/unix/uxcons.c diff --git a/unix/uxcons.c b/unix/uxcons.c index 2375a63e..48770897 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -29,6 +29,10 @@ void cleanup_exit(int code) exit(code); } +void update_specials_menu(void *frontend) +{ +} + void verify_ssh_host_key(void *frontend, char *host, int port, char *keytype, char *keystr, char *fingerprint) {