summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-17 13:42:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-17 13:42:06 +0000
commitcc8d4f19bb722993be5aaa8b6790bec4d43c5684 (patch)
tree5e8152bbbd639d36607c7a9981d8d09c72cc20d4 /plugins/imklog/imklog.h
parent936bbc5071b7a64ca70e4dd9b0c34216738f62b1 (diff)
downloadrsyslog-cc8d4f19bb722993be5aaa8b6790bec4d43c5684.tar.gz
rsyslog-cc8d4f19bb722993be5aaa8b6790bec4d43c5684.tar.xz
rsyslog-cc8d4f19bb722993be5aaa8b6790bec4d43c5684.zip
limited debug output
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r--plugins/imklog/imklog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h
index f82759c8..d9bd3c02 100644
--- a/plugins/imklog/imklog.h
+++ b/plugins/imklog/imklog.h
@@ -28,6 +28,9 @@
#include "rsyslog.h"
#include "syslogd.h"
+/* global variables */
+extern int dbgPrintSymbols;
+
/* prototypes */
extern int InitKsyms(char *);
extern int InitMsyms(void);