X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=pproxy.c;h=34e569bce6291eb36ce05bde9bda778011ef1d3e;hb=af64ccc8951982c266c9ee8a74c52914473f7e01;hp=9c4c2d890b01f4c7277f4e13e5cdee237fde6f72;hpb=20f433efac8908e7024b3ae78fd8f6d3313f4d09;p=PuTTY.git diff --git a/pproxy.c b/pproxy.c index 9c4c2d89..34e569bc 100644 --- a/pproxy.c +++ b/pproxy.c @@ -8,10 +8,10 @@ #include "network.h" #include "proxy.h" -Socket platform_new_connection(SockAddr addr, char *hostname, +Socket platform_new_connection(SockAddr addr, const char *hostname, int port, int privport, int oobinline, int nodelay, int keepalive, - Plug plug, const Config *cfg) + Plug plug, Conf *conf) { return NULL; }