aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authortoni <toni@devlap.local>2016-01-30 00:17:25 +0100
committertoni <toni@devlap.local>2016-01-30 00:17:25 +0100
commitfbd15154bea20f5b29e0d193b60f648891684f8a (patch)
tree4e34c6fea46ba05a88fd7484e6ddcb833eed0836 /src/log.h
parent2decdd502f1c9b33800cc41daff25536066f7560 (diff)
early logging 2
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index aad0bfb..96cb82d 100644
--- a/src/log.h
+++ b/src/log.h
@@ -3,6 +3,8 @@
int log_init(char* file);
+void log_free(void);
+
int logs(char* format, ...);
#endif