summaryrefslogtreecommitdiffstats
path: root/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.h')
-rw-r--r--syslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog.h b/syslog.h
index 516c924d..87a35a09 100644
--- a/syslog.h
+++ b/syslog.h
@@ -42,5 +42,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 syslog_wrapv(val prio, val fmt, varg args);
val make_syslog_stream(val prio);