aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 2 insertions, 0 deletions
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)))
;