summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/dummy_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.h')
-rw-r--r--protocols/Dummy/src/dummy_proto.h2
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();
};