summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-15 11:07:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-15 11:07:59 +0200
commit61ba5ff5955742b68a24d7b135ad07c29b48fa2f (patch)
treeda96436375c623133fef91bb6cb9185e735bb8d4 /template.h
parent63d4de81ec485425231676d53813ff465249e800 (diff)
parentb7fec51ba7b1042313b51dc27102fa0a9cebafb5 (diff)
downloadrsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.gz
rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.tar.xz
rsyslog-61ba5ff5955742b68a24d7b135ad07c29b48fa2f.zip
Merge branch 'beta'
Conflicts: ChangeLog configure.ac doc/ommail.html queue.c
Diffstat (limited to 'template.h')
-rw-r--r--template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/template.h b/template.h
index e63e544b..5b0bcdb4 100644
--- a/template.h
+++ b/template.h
@@ -111,6 +111,8 @@ void tplLastStaticInit(struct template *tpl);
rsRetVal tplToString(struct template *pTpl, msg_t *pMsg, uchar** ppSz);
rsRetVal doSQLEscape(uchar **pp, size_t *pLen, unsigned short *pbMustBeFreed, int escapeMode);
+rsRetVal templateInit();
+
#endif /* #ifndef TEMPLATE_H_INCLUDED */
/* vim:set ai:
*/