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 1918028..b2471eb 100644
--- a/syslog.h
+++ b/syslog.h
@@ -31,6 +31,7 @@ struct log_head {
};
void log_init(void);
+void log_shutdown(void);
typedef void (*log_list_cb)(struct log_head *h);
struct log_head* log_list(int count, struct log_head *h);