summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/log.h')
-rw-r--r--mdk-stage1/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/log.h b/mdk-stage1/log.h
index 9be73e83c..65e0a2416 100644
--- a/mdk-stage1/log.h
+++ b/mdk-stage1/log.h
@@ -29,7 +29,7 @@ void log_message(const char * s, ...);
void vlog_message(const char * s, va_list args);
void vlog_message_nobs(const char * s, va_list args);
void log_perror(char *msg);
-void open_log(int useLocal);
+void open_log(void);
void close_log(void);
#endif