diff options
Diffstat (limited to 'mdk-stage1/log.h')
-rw-r--r-- | mdk-stage1/log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mdk-stage1/log.h b/mdk-stage1/log.h index 90aa3f6e6..d726a6b21 100644 --- a/mdk-stage1/log.h +++ b/mdk-stage1/log.h @@ -1,7 +1,7 @@ /* - * Guillaume Cottenceau (gc@mandrakesoft.com) + * Guillaume Cottenceau (gc) * - * Copyright 2000 MandrakeSoft + * Copyright 2000 Mandriva * * This software may be freely redistributed under the terms of the GNU * public license. @@ -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); |