diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-22 03:38:45 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-22 03:38:45 +0200 |
| commit | bd5c0694678df3361eddaedcf9ceca6db687e010 (patch) | |
| tree | ff85e8abdb2dcd2cbfa93e75cc7ef66cafa93239 /xxx/lib/logger/log.h | |
| parent | fceb15b1d325a7bb0bcab8993a1057cb991172e8 (diff) | |
moving/removing some direcories
Diffstat (limited to 'xxx/lib/logger/log.h')
| -rw-r--r-- | xxx/lib/logger/log.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
