Deglobalise the Unicode module. Despite all my grand plans, I've
[u/mdw/putty] / unix / unix.h
index ecacebd..65f374d 100644 (file)
@@ -69,6 +69,13 @@ void (*putty_signal(int sig, void (*func)(int)))(int);
 /*
  * Exports from unicode.c.
  */
-int init_ucs(int font_charset);
+struct unicode_data;
+int init_ucs(struct unicode_data *ucsdata,
+            char *line_codepage, int font_charset);
+
+/*
+ * Spare function exported directly from uxnet.c.
+ */
+int sk_getxdmdata(void *sock, unsigned long *ip, int *port);
 
 #endif