]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pproxy.c
Fix another error-reporting bug, in which sk_newlistener would fail to
[PuTTY.git] / pproxy.c
index 5cb90162ecbf6d1f31385d430241778a524f4bbc..1bea6fb84a06e648061ff6f48aaabcd48975d507 100644 (file)
--- a/pproxy.c
+++ b/pproxy.c
@@ -10,8 +10,8 @@
 
 Socket platform_new_connection(SockAddr addr, char *hostname,
                               int port, int privport,
-                              int oobinline, int nodelay, Plug plug,
-                              const Config *cfg)
+                              int oobinline, int nodelay, int keepalive,
+                              Plug plug, Conf *conf)
 {
     return NULL;
 }