X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwincons.c;h=347f99f1e28384886db2f60abe13536faf996887;hb=92f3b101f550c164953b4a490e706ebd0d9f1374;hp=757f753b418566eb9b7abd7fc33c392605e7b0ea;hpb=739de21c6dbabb44268a842446a9b3799b91f008;p=PuTTY.git 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) {