X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/01fe3d80cb9ebc8eefa8003cc852ec469fd87b24..79bf227ba7ba02e32ac710621b672e2789f9ef50:/pproxy.c 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; }