From bd5c0694678df3361eddaedcf9ceca6db687e010 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 22 May 2015 03:38:45 +0200 Subject: moving/removing some direcories --- xxx/lib/logger/log.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 xxx/lib/logger/log.h (limited to 'xxx/lib/logger/log.h') diff --git a/xxx/lib/logger/log.h b/xxx/lib/logger/log.h deleted file mode 100644 index da27340..0000000 --- a/xxx/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