diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-06 02:44:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-06 02:44:58 +0000 |
commit | e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca (patch) | |
tree | 8e3726698b9b3c1ffb29df2cd64608d29e9391f1 /fetchmail.h | |
parent | 44d730b7b75d809f2d89a0c68a43da4bd90c0f83 (diff) | |
download | fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.tar.gz fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.tar.bz2 fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.zip |
More error message cleanup.
svn path=/trunk/; revision=2333
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, ...); |