diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-25 11:41:14 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-25 11:41:14 +0000 |
commit | 55dc3a99af44bb97931bdeca9122d0d62f7b183f (patch) | |
tree | 9b685ccc08282402d343bfcd131d6a77f8b038fa /protocols/Dummy/src/dummy_proto.h | |
parent | 7d5f7b0fac50a1c6972c48664797f33f180243ee (diff) |
Dummy: Support for sending messages (with option to enable it)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.h')
-rw-r--r-- | protocols/Dummy/src/dummy_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h index c236c31093..d2da9b0d61 100644 --- a/protocols/Dummy/src/dummy_proto.h +++ b/protocols/Dummy/src/dummy_proto.h @@ -53,4 +53,6 @@ struct CDummyProto : public PROTO<CDummyProto> char uniqueIdSetting[100]; int getTemplateId(); + + volatile unsigned int msgid; }; |