diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-27 11:42:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-27 11:42:33 +0000 |
commit | a63733a27752be4e12fb612a5b3f79f8a44b2339 (patch) | |
tree | 74057ad892ebfc8436d70df73c8ea548aabce2dc /syslogd.h | |
parent | f512ce10ab3067de0518dfaa39492e0321712f5a (diff) | |
download | rsyslog-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |