]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/mtcpnet.c
Simon points out that r5068 broke keyboard-interactive with multiple
[PuTTY.git] / mac / mtcpnet.c
index a8404b7a12b1202646694daef5f40f5923d5bd9f..791557d24c3254128bc3e3076d2278460ce4aac7 100644 (file)
@@ -410,7 +410,7 @@ Socket mactcp_register(void *sock, Plug plug)
 static TCPNotifyUPP mactcp_asr_upp;
 
 Socket mactcp_new(SockAddr addr, int port, int privport, int oobinline,
-             int nodelay, Plug plug)
+             int nodelay, int keepalive, Plug plug)
 {
     static struct socket_function_table fn_table = {
        mactcp_plug,