X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=pproxy.c;h=1bea6fb84a06e648061ff6f48aaabcd48975d507;hb=a1f3b7a358adaa7c2a98359cd0373aa823eeb14b;hp=9c4c2d890b01f4c7277f4e13e5cdee237fde6f72;hpb=7aba365ca9388779f161f277347d7130f0dc7a40;p=PuTTY.git 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; }