From 3d1f0b2cc16ba6a5bb1d47e24f4bb9e33a7e1aaf Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 17 Nov 2014 21:21:07 +0100 Subject: minor fixes and testing --- lib/logger/log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/logger/log.h') diff --git a/lib/logger/log.h b/lib/logger/log.h index 1159d94..bbe4c64 100644 --- a/lib/logger/log.h +++ b/lib/logger/log.h @@ -1,5 +1,5 @@ #ifndef FOOLOS_LOG_H -#define FOOLOS_LOGL_H +#define FOOLOS_LOG_H #define FOOLOS_LOG_INFO 3 #define FOOLOS_LOG_DEBUG 2 @@ -7,7 +7,6 @@ void log(char *module_name, int prio, char *format_string, ...); void panic(char *module_name, char *format_string); -void log_init(); void log_log(); #endif -- cgit v1.2.3