summaryrefslogtreecommitdiffstats
path: root/lib/umberlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/umberlog.h')
-rw-r--r--lib/umberlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/umberlog.h b/lib/umberlog.h
index 4245dae..51ed7be 100644
--- a/lib/umberlog.h
+++ b/lib/umberlog.h
@@ -41,6 +41,7 @@ char *ul_format (int priority, const char *msg_format, ...)
char *ul_vformat (int priority, const char *msg_format, va_list ap);
void ul_openlog (const char *ident, int option, int facility);
+void ul_closelog (void);
int ul_setlogmask (int mask);
int ul_syslog (int priority, const char *msg_format, ...)