Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / notiming.c
index 384fa67..5fe4403 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "putty.h"
 
-long schedule_timer(int ticks, timer_fn_t fn, void *ctx)
+unsigned long schedule_timer(int ticks, timer_fn_t fn, void *ctx)
 {
     return 0;
 }