summaryrefslogtreecommitdiff
path: root/lib/logger/log.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-13 00:35:06 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-13 00:35:06 +0100
commitb126d01e9687e6509c9d49b1b174c95aee603a89 (patch)
treefe05187f4f9c28ef65bf530116c20c05f1a679b8 /lib/logger/log.h
parente3c4f3b03aa77ea19ddf7d982d39871dbdc018c0 (diff)
fixing implicit functions!
Diffstat (limited to 'lib/logger/log.h')
-rw-r--r--lib/logger/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/logger/log.h b/lib/logger/log.h
index b00f462..1159d94 100644
--- a/lib/logger/log.h
+++ b/lib/logger/log.h
@@ -7,5 +7,7 @@
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