From 689ff9f4de6fb7cb31d3b6421ad7423c1614d004 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 3 Nov 1998 06:41:13 +0000 Subject: Move some code. svn path=/trunk/; revision=2170 --- fetchmail.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 721a4b8a..c0550202 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -364,6 +364,13 @@ int stuffline(struct query *, char *); int open_sink(struct query*, const char*, struct idlist*, long reallen, int*, int*); void release_sink(struct query *); int close_sink(struct query *, flag); +int open_warning_by_mail(struct query *); +#if defined(HAVE_STDARG_H) +void stuff_warning_line(struct query *, const char *, ... ); +#else +void stuff_warning_line(); +#endif +void close_warning_by_mail(struct query *); /* rfc822.c: RFC822 header parsing */ char *reply_hack(char *, const char *); -- cgit v1.2.3