X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=syslog.h;h=1918028f7f114ef393cc154476cbdc2d28ba22b4;hp=5e7ab43c69a34e48138a3f796bac0c1e493bd2f2;hb=3ddae302d0f996d14b044416722f6d42eead7db9;hpb=4fad44987a3869accf103783b4b8768c282eb86a diff --git a/syslog.h b/syslog.h index 5e7ab43..1918028 100644 --- a/syslog.h +++ b/syslog.h @@ -35,7 +35,6 @@ void log_init(void); typedef void (*log_list_cb)(struct log_head *h); struct log_head* log_list(int count, struct log_head *h); int log_buffer_init(int size); -int log_buffer_size(void); void log_add(char *buf, int size, int source); #endif