aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-05 03:34:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-05 03:34:55 +0000
commitee409a69c7f931c02aac69553c92817dfa7951db (patch)
treec26ee26a14577973ee1b0dd739fbdc3dd442bd9b /fetchmail.h
parent9d4a8e55f814678639d2dc5354000a7e694c3370 (diff)
downloadfetchmail-ee409a69c7f931c02aac69553c92817dfa7951db.tar.gz
fetchmail-ee409a69c7f931c02aac69553c92817dfa7951db.tar.bz2
fetchmail-ee409a69c7f931c02aac69553c92817dfa7951db.zip
First step towards splitting error from progress messages.
svn path=/trunk/; revision=2326
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 5e5884a1..e1e04787 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -349,6 +349,12 @@ void error_complete ();
void error_at_line ();
#endif
+/* for now, send progress messages to stderr */
+#define progress error
+#define progress_build error_build
+#define progress_complete error_complete
+#define progress_at_line error_at_line
+
/* driver.c: transaction support */
void set_timeout(int);
#if defined(HAVE_STDARG_H)