From acb7dae3ae782dae451f2f7a2322138ee495244a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 6 Aug 2007 20:51:52 +0000 Subject: moved action object out of syslogd.c to its own fileset (action.c/h) --- template.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template.h') diff --git a/template.h b/template.h index 95ffb221..bbd77090 100644 --- a/template.h +++ b/template.h @@ -78,6 +78,11 @@ void tplDeleteAll(void); void tplDeleteNew(void); void tplPrintList(void); void tplLastStaticInit(struct template *tpl); +/* note: if a compiler warning for undefined type tells you to look at this + * code line below, the actual cause is that you currently MUST include template.h + * BEFORE msg.h, even if your code file does not actually need it. + * rgerhards, 2007-08-06 + */ uchar *tplToString(struct template *pTpl, msg_t *pMsg); void doSQLEscape(char **pp, size_t *pLen, unsigned short *pbMustBeFreed, int escapeMode); -- cgit