mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Move predeclaration of struct unicode_data into defs.h.
It's just the sort of thing that ought to be in there, once, so it doesn't have to be declared in n places.
This commit is contained in:
@ -347,7 +347,6 @@ char *make_dir_path(const char *path, mode_t mode);
|
||||
/*
|
||||
* Exports from unicode.c.
|
||||
*/
|
||||
struct unicode_data;
|
||||
bool init_ucs(struct unicode_data *ucsdata, char *line_codepage,
|
||||
bool utf8_override, int font_charset, int vtmode);
|
||||
|
||||
|
Reference in New Issue
Block a user