summaryrefslogtreecommitdiff
path: root/lib/logger/log.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-17 21:21:07 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-17 21:21:07 +0100
commit3d1f0b2cc16ba6a5bb1d47e24f4bb9e33a7e1aaf (patch)
tree4e9f4e18563985c20b3406fe0f4241bf90674a2b /lib/logger/log.h
parent3e151cb6371ecba06e21c3e56e0a95c8af4e93f9 (diff)
minor fixes and testing
Diffstat (limited to 'lib/logger/log.h')
-rw-r--r--lib/logger/log.h3
1 files changed, 1 insertions, 2 deletions
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