]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pproxy.c
Documentation existence of SOCKS5 CHAP authentication.
[PuTTY.git] / pproxy.c
index 6a870ed1bf4d9f4411d0838cddb1324cff27656c..9c4c2d890b01f4c7277f4e13e5cdee237fde6f72 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, const Config *cfg)
 {
     return NULL;
 }