summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/imklog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon>2008-04-09 09:06:40 +0200
committerRainer Gerhards <rgerhards@adiscon>2008-04-09 09:06:40 +0200
commit0b447f310ac057ba59f0238f5bd663c993a823c2 (patch)
treec1497d72a2f36dfbbabeaa4385de002b18232561 /plugins/imklog/imklog.h
parentb0a4df43e4434a1eeb3f23c2c5a4b0cdd2fbddda (diff)
downloadrsyslog-0b447f310ac057ba59f0238f5bd663c993a823c2.tar.gz
rsyslog-0b447f310ac057ba59f0238f5bd663c993a823c2.tar.xz
rsyslog-0b447f310ac057ba59f0238f5bd663c993a823c2.zip
implemented klog driver for BSD
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r--plugins/imklog/imklog.h2
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 */