From 042e25e19b5fc0cec1d47440c26246c886cf39f6 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 17 May 2015 20:40:29 +0200 Subject: started big cleanup! --- lib/logger/log.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/logger/log.h (limited to 'lib/logger/log.h') diff --git a/lib/logger/log.h b/lib/logger/log.h deleted file mode 100644 index da27340..0000000 --- a/lib/logger/log.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef FOOLOS_LOG_H -#define FOOLOS_LOG_H - -#define FOOLOS_LOG_ERROR 5 -#define FOOLOS_LOG_WARNING 4 -#define FOOLOS_LOG_INFO 3 -#define FOOLOS_LOG_DEBUG 2 -#define FOOLOS_LOG_FINE 1 - -void log(char *module_name, int prio, char *format_string, ...); -void panic(char *module_name, char *format_string); -void log_log(); - -#endif -- cgit v1.2.3