aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
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)