X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a21a6a9ab0bfdbb0ea76a7c7d9a21d0f8ec70fa1..1cff13202c4c2cabbf77eac5656b327055ab11e7:/unix/uxcons.c diff --git a/unix/uxcons.c b/unix/uxcons.c index 00a6835f..a8effe90 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -35,6 +35,14 @@ void update_specials_menu(void *frontend) { } +void notify_remote_exit(void *frontend) +{ +} + +void timer_change_notify(long next) +{ +} + void verify_ssh_host_key(void *frontend, char *host, int port, char *keytype, char *keystr, char *fingerprint) {