summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'template.h')
-rw-r--r--template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.h b/template.h
index 1f612eaf..39fbbe03 100644
--- a/template.h
+++ b/template.h
@@ -40,8 +40,8 @@ struct template {
char *pszName;
int iLenName;
rsRetVal (*pStrgen)(msg_t*, uchar**, size_t *);
- uchar *subtree; /* subtree name for subtree-type templates */
- int subtreeLen;
+ sbool bHaveSubtree;
+ msgPropDescr_t subtree; /* subtree property name for subtree-type templates */
int tpenElements; /* number of elements in templateEntry list */
struct templateEntry *pEntryRoot;
struct templateEntry *pEntryLast;