From 3ddae302d0f996d14b044416722f6d42eead7db9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 16 Mar 2013 02:35:47 +0100 Subject: remove an unused function Signed-off-by: Felix Fietkau --- syslog.h | 1 - 1 file changed, 1 deletion(-) (limited to 'syslog.h') 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 -- cgit v1.2.3