From 2c34d1a1a491861b68b76d6dbb449771d1cf114c Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 8 Dec 2000 19:26:57 +0000 Subject: mdk-stage1 can now run the Install from CDROM --- mdk-stage1/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/log.h') 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 -- cgit v1.2.1