aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-01-25 04:32:53 +0100
committertoni <matzeton@googlemail.com>2016-01-25 04:32:53 +0100
commit2decdd502f1c9b33800cc41daff25536066f7560 (patch)
tree4afe55fd6ae14d16bb5fd5fa0c95b1a794464338 /src/log.h
parentad31e73105e58079c2f4fe85b70b80cd7ae1c76a (diff)
early logging
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/log.h b/src/log.h
index 7b4affc..aad0bfb 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,8 +1,8 @@
#ifndef LOG_H
#define LOG_H 1
-int log_init(char *file);
+int log_init(char* file);
-int logs(char *format, ...);
+int logs(char* format, ...);
#endif