X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a21a6a9ab0bfdbb0ea76a7c7d9a21d0f8ec70fa1..65857773290a7bacd6f5d84ab51a9c1228e61e99:/windows/wincons.c diff --git a/windows/wincons.c b/windows/wincons.c index 757f753b..347f99f1 100644 --- a/windows/wincons.c +++ b/windows/wincons.c @@ -33,6 +33,14 @@ void cleanup_exit(int code) exit(code); } +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) {