X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d14b9ab25f32c3eb52088ba3edc3e5d7f22da5be..f7f9fb5cb0f779bc1a648b264805d7e12abc4260:/portfwd.c diff --git a/portfwd.c b/portfwd.c index f73d22cc..00132ec6 100644 --- a/portfwd.c +++ b/portfwd.c @@ -381,7 +381,7 @@ const char *pfd_newconnect(Socket *s, char *hostname, int port, called when someone connects to the local port */ -static int pfd_accepting(Plug p, void *sock) +static int pfd_accepting(Plug p, OSSocket sock) { static const struct plug_function_table fn_table = { pfd_closing,