From e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 6 Jan 1999 02:44:58 +0000 Subject: More error message cleanup. svn path=/trunk/; revision=2333 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index eb8bab8e..5dcd277c 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -337,7 +337,7 @@ extern const char *fetchmailhost; /* error.c: Error reporting */ #if defined(HAVE_STDARG_H) -void report_init(FILE *fp, int foreground); +void report_init(int foreground); void report (FILE *fp, int errnum, const char *format, ...); void report_build (FILE *fp, const char *format, ...); void report_complete (FILE *fp, int errnum, const char *format, ...); -- cgit v1.2.3