Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2022-03-12 19:57:51 +0300
committerSimon Tatham <anakin@pobox.com>2022-03-12 21:51:21 +0300
commit269ea8aaf5d3fc2b9e577b09e217dc0ed051dd2b (patch)
treeabc6aaf109bbd8eaa7e8747fce178e5e000312bc /defs.h
parentee987ce4cdc35578207e7cd02837292f5b23ebdd (diff)
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.
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/defs.h b/defs.h
index 45bc90f3..3c30b6b6 100644
--- a/defs.h
+++ b/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