mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22: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:
2
defs.h
2
defs.h
@ -192,6 +192,8 @@ typedef struct logblank_t logblank_t;
|
||||
typedef struct BinaryPacketProtocol BinaryPacketProtocol;
|
||||
typedef struct PacketProtocolLayer PacketProtocolLayer;
|
||||
|
||||
struct unicode_data;
|
||||
|
||||
/* Do a compile-time type-check of 'to_check' (without evaluating it),
|
||||
* as a side effect of returning the value 'to_return'. Note that
|
||||
* although this macro double-*expands* to_return, it always
|
||||
|
Reference in New Issue
Block a user