summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'template.h')
-rw-r--r--template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.h b/template.h
index 9c438159..2a933e8c 100644
--- a/template.h
+++ b/template.h
@@ -32,7 +32,7 @@ struct template {
struct template *pNext;
char *pszName;
int iLenName;
- uchar *tplMod; /* name of template module to use * TODO: replace by ptr to entry point! */
+ rsRetVal (*pStrgen)(msg_t*, uchar**, size_t *); /* name of strgen to use (bound if non-NULL!) */
int tpenElements; /* number of elements in templateEntry list */
struct templateEntry *pEntryRoot;
struct templateEntry *pEntryLast;