aboutsummaryrefslogtreecommitdiffstats
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.h b/log.h
index ef6155d..a7d4688 100644
--- a/log.h
+++ b/log.h
@@ -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, ...);