Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / pproxy.c
index 6a870ed..1bea6fb 100644 (file)
--- a/pproxy.c
+++ b/pproxy.c
@@ -8,10 +8,10 @@
 #include "network.h"
 #include "proxy.h"
 
-Socket new_connection(SockAddr addr, char *hostname,
-                     int port, int privport,
-                     int oobinline, int nodelay, Plug plug,
-                     const Config *cfg)
+Socket platform_new_connection(SockAddr addr, char *hostname,
+                              int port, int privport,
+                              int oobinline, int nodelay, int keepalive,
+                              Plug plug, Conf *conf)
 {
     return NULL;
 }