X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/79bf227ba7ba02e32ac710621b672e2789f9ef50..edb548cd8283b5e3f680a0a8b641f9afb12d4ba4:/pproxy.c diff --git a/pproxy.c b/pproxy.c index 9c4c2d89..1bea6fb8 100644 --- a/pproxy.c +++ b/pproxy.c @@ -11,7 +11,7 @@ Socket platform_new_connection(SockAddr addr, char *hostname, int port, int privport, int oobinline, int nodelay, int keepalive, - Plug plug, const Config *cfg) + Plug plug, Conf *conf) { return NULL; }