Move the prototype for platform_get_x11_auth() from x11fwd.c to ssh.h so that
[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)