From 64dc3591f4cd8a7eab27d689f2b8f5db4eb56517 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 27 Sep 2006 15:54:07 +0000 Subject: made the field-delimiter inside property replacer (templates) configurable --- syslogd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syslogd.h') diff --git a/syslogd.h b/syslogd.h index ed11e76a..b4bfa05c 100644 --- a/syslogd.h +++ b/syslogd.h @@ -5,5 +5,6 @@ void dprintf(char *, ...); void logerror(char *type); void logerrorSz(char *type, char *errMsg); +void logerrorInt(char *type, int iErr); #include "rsyslog.h" -- cgit