From 51ee0c2fb3e59a2d79d68aa27d1e15d16bcbceba Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 4 May 2009 21:52:22 +0000 Subject: Add report_flush(fp) function (report.c). svn path=/branches/BRANCH_6-3/; revision=5289 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 35dfa223..4b32a889 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -472,6 +472,8 @@ const char *norm_charmap(const char *name); /* error.c: Error reporting */ #if defined(HAVE_STDARG_H) void report_init(int foreground); + /** Flush partial message, suppress program name tag for next report printout. */ +void report_flush(FILE *fp); void report (FILE *fp, const char *format, ...) __attribute__ ((format (printf, 2, 3))) ; -- cgit v1.2.3