Move the prototype for platform_get_x11_auth() from x11fwd.c to ssh.h so that
[u/mdw/putty] / x11fwd.c
index 5ef53d4..52cfd8f 100644 (file)
--- a/x11fwd.c
+++ b/x11fwd.c
@@ -62,9 +62,6 @@ struct X11Auth {
     int fakelen, reallen;
 };
 
-extern void platform_get_x11_auth(char *display, int *proto,
-                                  unsigned char *data, int *datalen);
-
 struct X11Private {
     const struct plug_function_table *fn;
     /* the above variable absolutely *must* be the first in this structure */