Move x11fwd and portfwd prototypes from ssh.c into ssh.h so they can be seen
[u/mdw/putty] / portfwd.c
index 7684b18..94aec6e 100644 (file)
--- 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)