X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/30a78aa71c79531fa5d7d06dc89e2f4d6e645e18..47061bb488400d53fd20deb52d51763d2caa056e:/pproxy.c diff --git a/pproxy.c b/pproxy.c index 5cb90162..1bea6fb8 100644 --- 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; }