summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-11-26 14:22:52 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2008-11-26 14:22:52 +0100
commit86614327c5d33da00042f0330160d9ea4804b3dc (patch)
tree6fb202d00fe2577a9ec3baf9dd32574a78dc398a /plugins/imklog/imklog.h
parentdbc8762aebc66085d67bb04bb58bee56ce204596 (diff)
parent2275a915e02ca4fd1cd1b3c450b0089ae98bc907 (diff)
downloadrsyslog-86614327c5d33da00042f0330160d9ea4804b3dc.tar.gz
rsyslog-86614327c5d33da00042f0330160d9ea4804b3dc.tar.bz2
rsyslog-86614327c5d33da00042f0330160d9ea4804b3dc.zip
Merge branch 'beta'
Conflicts: ChangeLog
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r--plugins/imklog/imklog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h
index 0847140b..37bd58b0 100644
--- a/plugins/imklog/imklog.h
+++ b/plugins/imklog/imklog.h
@@ -58,6 +58,7 @@ rsRetVal imklogLogIntMsg(int priority, char *fmt, ...) __attribute__((format(pri
rsRetVal Syslog(int priority, uchar *msg);
/* prototypes */
+extern int klog_getMaxLine(void); /* work-around for klog drivers to get configured max line size */
extern int InitKsyms(char *);
extern void DeinitKsyms(void);
extern int InitMsyms(void);