From ee409a69c7f931c02aac69553c92817dfa7951db Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 5 Jan 1999 03:34:55 +0000 Subject: First step towards splitting error from progress messages. svn path=/trunk/; revision=2326 --- fetchmail.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fetchmail.h') 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) -- cgit v1.2.3