X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pproxy.c;h=34e569bce6291eb36ce05bde9bda778011ef1d3e;hb=aa68c2872c3a8a43751d7fa13926af959dfc7cfb;hp=6a870ed1bf4d9f4411d0838cddb1324cff27656c;hpb=03fa61025b27384c5d64aee63f9b0a7fd917bb24;p=PuTTY.git diff --git a/pproxy.c b/pproxy.c index 6a870ed1..34e569bc 100644 --- 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, const char *hostname, + int port, int privport, + int oobinline, int nodelay, int keepalive, + Plug plug, Conf *conf) { return NULL; }