summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/syslogd.h b/syslogd.h
index 1ad52d5c..b94f6970 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -23,6 +23,7 @@
#include "syslogd-types.h"
#include "objomsr.h"
+#include "template.h"
#ifdef USE_NETZIP
#include <unistd.h>
@@ -71,6 +72,7 @@ int getSubString(uchar **ppSrc, char *pDst, size_t DstSize, char cSep);
* module interface -- rgerhards, 2007-12-12
*/
void logmsgInternal(int pri, char *msg, int flags);
+void logmsg(int pri, msg_t *pMsg, int flags);
extern int bFinished; /* used by termination signal handler, read-only except there */
extern int glblHadMemShortage; /* indicates if we had memory shortage some time during the run */