summaryrefslogtreecommitdiffstats
path: root/syslogd.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-11-27 11:42:33 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-11-27 11:42:33 +0000
commita63733a27752be4e12fb612a5b3f79f8a44b2339 (patch)
tree74057ad892ebfc8436d70df73c8ea548aabce2dc /syslogd.h
parentf512ce10ab3067de0518dfaa39492e0321712f5a (diff)
downloadrsyslog-a63733a27752be4e12fb612a5b3f79f8a44b2339.tar.gz
rsyslog-a63733a27752be4e12fb612a5b3f79f8a44b2339.tar.xz
rsyslog-a63733a27752be4e12fb612a5b3f79f8a44b2339.zip
moved syslog PRI code tables to msg.c as this is the only place where they
are still needed
Diffstat (limited to 'syslogd.h')
-rw-r--r--syslogd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/syslogd.h b/syslogd.h
index 22950135..75338e4e 100644
--- a/syslogd.h
+++ b/syslogd.h
@@ -67,8 +67,6 @@ rsRetVal cflineParseFileName(uchar* p, uchar *pFileName, omodStringRequest_t *pO
int getSubString(uchar **ppSrc, char *pDst, size_t DstSize, char cSep);
extern int glblHadMemShortage; /* indicates if we had memory shortage some time during the run */
-extern syslogCODE rs_prioritynames[];
-extern syslogCODE rs_facilitynames[];
extern char LocalHostName[];
extern int family;
extern int NoHops;