summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h2
1 files changed, 1 insertions, 1 deletions
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;