X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201..36b8d9bb9274b5ca088063a83d255121691a579f:/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,