diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-25 11:41:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-25 11:41:08 +0000 |
commit | bf40980c0484f7c0639a040b5abc80f181084283 (patch) | |
tree | 3b9b4b6604874262388e65945f7039f2a30d8ce8 /protocols/Dummy/src/dummy_proto.h | |
parent | 0ace710d01dc20a6befcc9eefaa26ebf7ccc2a75 (diff) |
Dummy: Simplify settings by provide list of existing protocols to choose from; Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@15612 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 69e153b91a..61292aa366 100644 --- a/protocols/Dummy/src/dummy_proto.h +++ b/protocols/Dummy/src/dummy_proto.h @@ -46,4 +46,6 @@ struct CDummyProto : public PROTO<CDummyProto> char uniqueIdText[100]; char uniqueIdSetting[100]; + + int getTemplateId(); }; |