From 287245dab721c6049a946dffb32152fc2839c015 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 22 Oct 2003 19:17:52 +0000 Subject: handle "boot" clp and "main" clp. passing argument "live" can force to not use the clp in favor of live tree. --- 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 90aa3f6e6..ca4f54ebc 100644 --- a/mdk-stage1/log.h +++ b/mdk-stage1/log.h @@ -27,7 +27,7 @@ void log_message(const char * s, ...) __attribute__ ((format (printf, 1, 2))); void vlog_message(const char * s, va_list args); -void log_perror(char *msg); +void log_perror(const char *msg); void open_log(void); void close_log(void); -- cgit v1.2.1