diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #ifndef LOG_H #define LOG_H -void log_init(int verbose); +void log_init(const char* prefix, int verbose); void log_debug(const char *format, ...); void log_perror(const char *message); void log_error(const char *format, ...); |