Deglobalise the Unicode module. Despite all my grand plans, I've
[u/mdw/putty] / winstuff.h
index 9516675..ed12ba5 100644 (file)
@@ -201,6 +201,6 @@ void EnableSizeTip(int bEnable);
 /*
  * Exports from unicode.c.
  */
-void init_ucs(Config *);
+void init_ucs(Config *, struct unicode_data *);
 
 #endif