X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9f2f8ea0374c2a83c50624c7dc6bb458488dbe37..322d09a8cdd26c9ce59ae028387f5d643b4a6f51:/portfwd.c diff --git a/portfwd.c b/portfwd.c index 7684b186..94aec6e1 100644 --- a/portfwd.c +++ b/portfwd.c @@ -70,8 +70,6 @@ struct PFwdPrivate { struct pfwd_queue *waiting; }; -void pfd_close(Socket s); - static int pfd_closing(Plug plug, char *error_msg, int error_code, int calling_back)