X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=pproxy.c;h=34e569bce6291eb36ce05bde9bda778011ef1d3e;hb=af64ccc8951982c266c9ee8a74c52914473f7e01;hp=5cb90162ecbf6d1f31385d430241778a524f4bbc;hpb=ef53af1e8dfa705cffd71250496e48ed12e57f5e;p=PuTTY.git diff --git a/pproxy.c b/pproxy.c index 5cb90162..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, Plug plug, - const Config *cfg) + int oobinline, int nodelay, int keepalive, + Plug plug, Conf *conf) { return NULL; }