mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32: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:
@ -606,7 +606,6 @@ void EnableSizeTip(bool bEnable);
|
||||
/*
|
||||
* Exports from unicode.c.
|
||||
*/
|
||||
struct unicode_data;
|
||||
void init_ucs(Conf *, struct unicode_data *);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user