X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxcons.c;h=a8effe9003a0c81a8b77b7cfa8091d0e6654789f;hb=d64907553943e368130fec2076536a2d8c1adc79;hp=00a6835fdb633401e10b5b3c5afdf43f59d476d9;hpb=739de21c6dbabb44268a842446a9b3799b91f008;p=PuTTY.git 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) {