1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

The Unicode module no longer depends on `cfg', since it gets the

relevant bits of it passed in to init_ucs(). (Actually I pass in all
of it in the Windows version, since it's a bit hairy in there.)

[originally from svn r2565]
This commit is contained in:
Simon Tatham
2003-01-12 14:59:54 +00:00
parent 5ecbac2441
commit ac2367bc72
6 changed files with 16 additions and 16 deletions

View 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.