diff options
author | Michael Terry <mike@bongo.(none)> | 2009-06-18 13:51:17 -0400 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-29 10:58:38 +0200 |
commit | ba4806a70439dd24dc98bd707893b1319dd5e3ef (patch) | |
tree | 0d899a388b125f2dd6f5442809e40830c56ed8b9 /plugins/imklog/imklog.h | |
parent | 279896ebda98804c89899c53f857ca189ab24f45 (diff) | |
download | rsyslog-ba4806a70439dd24dc98bd707893b1319dd5e3ef.tar.gz rsyslog-ba4806a70439dd24dc98bd707893b1319dd5e3ef.tar.xz rsyslog-ba4806a70439dd24dc98bd707893b1319dd5e3ef.zip |
add support for KLogPath
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r-- | plugins/imklog/imklog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h index 37bd58b0..c183026d 100644 --- a/plugins/imklog/imklog.h +++ b/plugins/imklog/imklog.h @@ -52,6 +52,7 @@ extern int symbol_lookup; extern char *symfile; extern int console_log_level; extern int dbgPrintSymbols; +extern uchar *pszPath; /* the functions below may be called by the drivers */ rsRetVal imklogLogIntMsg(int priority, char *fmt, ...) __attribute__((format(printf,2, 3))); |