X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=syslog.h;h=b2471eb20fc0b62d006b817c05a81813b3f9a19a;hb=8183146ad8c706c33465fbef926f5d6e971da625;hp=1918028f7f114ef393cc154476cbdc2d28ba22b4;hpb=3ddae302d0f996d14b044416722f6d42eead7db9;p=project%2Fprocd.git 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);