Move x11fwd and portfwd prototypes from ssh.c into ssh.h so they can be seen
[u/mdw/putty] / x11fwd.c
index 5a83db2..80e0eb5 100644 (file)
--- a/x11fwd.c
+++ b/x11fwd.c
@@ -69,8 +69,6 @@ struct X11Private {
     Socket s;
 };
 
-void x11_close(Socket s);
-
 void *x11_invent_auth(char *proto, int protomaxlen,
                     char *data, int datamaxlen)
 {