X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/808c38344f2e455c5ff6cdb63e1d1ac5ab2be4eb..a6253970d63f1b9f3c9d31a9bc8cfab3cdd3be3f:/portfwd.c?ds=inline 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)