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 be530c06..ea5c66d1 100644
--- a/syslog.h
+++ b/syslog.h
@@ -39,6 +39,7 @@ extern val std_log;
void syslog_init(void);
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 make_syslog_stream(val prio);