New timing infrastructure. There's a new function schedule_timer()
[u/mdw/putty] / unix / uxcons.c
index 00a6835..a8effe9 100644 (file)
@@ -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)
 {