diff options
author | Rainer Gerhards <rgerhards@adiscon> | 2008-04-09 09:06:40 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon> | 2008-04-09 09:06:40 +0200 |
commit | 0b447f310ac057ba59f0238f5bd663c993a823c2 (patch) | |
tree | c1497d72a2f36dfbbabeaa4385de002b18232561 /plugins/imklog/imklog.h | |
parent | b0a4df43e4434a1eeb3f23c2c5a4b0cdd2fbddda (diff) | |
download | rsyslog-0b447f310ac057ba59f0238f5bd663c993a823c2.tar.gz rsyslog-0b447f310ac057ba59f0238f5bd663c993a823c2.tar.bz2 rsyslog-0b447f310ac057ba59f0238f5bd663c993a823c2.zip |
implemented klog driver for BSD
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r-- | plugins/imklog/imklog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h index 0ac25d6c..2fea879f 100644 --- a/plugins/imklog/imklog.h +++ b/plugins/imklog/imklog.h @@ -59,7 +59,7 @@ extern int InitMsyms(void); extern void DeinitMsyms(void); extern char * ExpandKadds(char *, char *); extern void SetParanoiaLevel(int); -extern void vsyslog(int pri, const char *fmt, va_list ap); +//TODO: remove? extern void vsyslog(int pri, const char *fmt, va_list ap); rsRetVal Syslog(int priority, char *fmt, ...) __attribute__((format(printf,2, 3))); #endif /* #ifndef IMKLOG_H_INCLUDED */ |