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