From 13dfec032daeed349dbe2be9251dbc5627264d79 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 13 Feb 2008 07:32:46 +0000 Subject: changed interface of logmsg() to make it more straightforward --- syslogd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.h') diff --git a/syslogd.h b/syslogd.h index 5551fee8..8bfcc5c7 100644 --- a/syslogd.h +++ b/syslogd.h @@ -70,7 +70,7 @@ int getSubString(uchar **ppSrc, char *pDst, size_t DstSize, char cSep); * module interface -- rgerhards, 2007-12-12 */ rsRetVal logmsgInternal(int pri, char *msg, int flags); -void logmsg(int pri, msg_t *pMsg, int flags); +void logmsg(msg_t *pMsg, int flags); extern int glblHadMemShortage; /* indicates if we had memory shortage some time during the run */ extern char LocalHostName[]; extern int family; -- cgit