The Unicode module no longer depends on `cfg', since it gets the
[sgt/putty] / unix / unix.h
index 4e006eb..a1b155a 100644 (file)
@@ -69,7 +69,7 @@ void (*putty_signal(int sig, void (*func)(int)))(int);
 /*
  * Exports from unicode.c.
  */
-int init_ucs(int font_charset);
+int init_ucs(char *line_codepage, int font_charset);
 
 /*
  * Spare function exported directly from uxnet.c.