Support XDM-AUTHORIZATION-1 for connecting to local X servers. If
[u/mdw/putty] / unix / unix.h
index ab5dc88..4e006eb 100644 (file)
@@ -69,6 +69,11 @@ void (*putty_signal(int sig, void (*func)(int)))(int);
 /*
  * Exports from unicode.c.
  */
-void init_ucs(int font_charset);
+int init_ucs(int font_charset);
+
+/*
+ * Spare function exported directly from uxnet.c.
+ */
+int sk_getxdmdata(void *sock, unsigned long *ip, int *port);
 
 #endif