summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-13 07:32:46 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-13 07:32:46 +0000
commit13dfec032daeed349dbe2be9251dbc5627264d79 (patch)
tree87944083bfc124b5e35b2a87782e3d0fba0a2c0e /syslogd.h
parent89a9e10228e18bfc175515c6c389a3780be29095 (diff)
downloadrsyslog-13dfec032daeed349dbe2be9251dbc5627264d79.tar.gz
rsyslog-13dfec032daeed349dbe2be9251dbc5627264d79.tar.xz
rsyslog-13dfec032daeed349dbe2be9251dbc5627264d79.zip
changed interface of logmsg() to make it more straightforward
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;