summaryrefslogtreecommitdiffstats
path: root/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.h')
-rw-r--r--syslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslog.h b/syslog.h
index 9eb2c259..ab604645 100644
--- a/syslog.h
+++ b/syslog.h
@@ -40,4 +40,5 @@ val openlog_wrap(val ident, val optmask, val facility);
val closelog_wrap(void);
val setlogmask_wrap(val mask);
val syslog_wrap(val prio, val fmt, val args);
+val syslog_wrapv(val prio, val fmt, struct args *args);
val make_syslog_stream(val prio);