X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=pproxy.c;h=34e569bce6291eb36ce05bde9bda778011ef1d3e;hb=24c9cfc800c5e81819d80fd3eda953f950e263d6;hp=1bea6fb84a06e648061ff6f48aaabcd48975d507;hpb=a1f3b7a358adaa7c2a98359cd0373aa823eeb14b;p=PuTTY.git diff --git a/pproxy.c b/pproxy.c index 1bea6fb8..34e569bc 100644 --- a/pproxy.c +++ b/pproxy.c @@ -8,7 +8,7 @@ #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, Conf *conf)