summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-11 15:08:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-11 15:08:09 +0200
commit2b51fcab7b8f16ae9a970670d89e31deef4fe1e1 (patch)
tree5146b750c15b0bab85a10f2fa371cf6027088f8f /template.h
parent8fae8b6d86728e4786d1fde82006ac64aee0da63 (diff)
downloadrsyslog-2b51fcab7b8f16ae9a970670d89e31deef4fe1e1.tar.gz
rsyslog-2b51fcab7b8f16ae9a970670d89e31deef4fe1e1.tar.xz
rsyslog-2b51fcab7b8f16ae9a970670d89e31deef4fe1e1.zip
applied patch from Tiziano Müller to remove some compiler warnings
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 eb9f3045..40ccfa50 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);
void doSQLEscape(uchar **pp, size_t *pLen, unsigned short *pbMustBeFreed, int escapeMode);
+rsRetVal templateInit();
+
#endif /* #ifndef TEMPLATE_H_INCLUDED */
/* vim:set ai:
*/