From 32f1c6e4679b6e0737616f3e58528531e826a3ce Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Apr 2013 21:27:58 +0200 Subject: fix behaviour during sysupgrade Signed-off-by: John Crispin --- syslog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'syslog.h') 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); -- cgit v1.2.3