diff options
Diffstat (limited to 'syslog.h')
-rw-r--r-- | syslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |