aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-01-04 13:29:11 +0100
committertoni <matzeton@googlemail.com>2016-01-04 21:12:59 +0100
commitad31e73105e58079c2f4fe85b70b80cd7ae1c76a (patch)
tree9bbf2fd2791da4881c7d61eee11491e0232d7d9f /src/log.h
parent1ed2e4dd46d9306014e3d75b9dd746cf9622546e (diff)
blah
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
new file mode 100644
index 0000000..7b4affc
--- /dev/null
+++ b/src/log.h
@@ -0,0 +1,8 @@
+#ifndef LOG_H
+#define LOG_H 1
+
+int log_init(char *file);
+
+int logs(char *format, ...);
+
+#endif