aboutsummaryrefslogtreecommitdiffstats
path: root/report.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-06 02:44:58 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-06 02:44:58 +0000
commite6e5c6c4ddffa8199225c76cd46e34ab58aec2ca (patch)
tree8e3726698b9b3c1ffb29df2cd64608d29e9391f1 /report.c
parent44d730b7b75d809f2d89a0c68a43da4bd90c0f83 (diff)
downloadfetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.tar.gz
fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.tar.bz2
fetchmail-e6e5c6c4ddffa8199225c76cd46e34ab58aec2ca.zip
More error message cleanup.
svn path=/trunk/; revision=2333
Diffstat (limited to 'report.c')
-rw-r--r--report.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/report.c b/report.c
index be33152c..16ce4981 100644
--- a/report.c
+++ b/report.c
@@ -232,11 +232,11 @@ report (FILE *errfp, errnum, message, va_alist)
}
/*
- * Calling error_init(1) causes error_build and error_complete to write
+ * Calling report_init(1) causes error_build and error_complete to write
* to errfp without buffering. This is needed for the ticker dots to
* work correctly.
*/
-void error_init(int mode)
+void report_init(int mode)
{
switch(mode)
{