diff options
author | toni <matzeton@googlemail.com> | 2016-01-25 04:32:53 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-01-25 04:32:53 +0100 |
commit | 2decdd502f1c9b33800cc41daff25536066f7560 (patch) | |
tree | 4afe55fd6ae14d16bb5fd5fa0c95b1a794464338 /src/log.h | |
parent | ad31e73105e58079c2f4fe85b70b80cd7ae1c76a (diff) |
early logging
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |