From 6d1b15c0573a7a1c6590e918447701aab040e6ad Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Oct 2004 13:23:16 +0000 Subject: Let stuff_warning do the RFC-2047 encoding. Change stuff_warning interface to take a rfc2047 charset info parameter. svn path=/trunk/; revision=3968 --- fetchmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index a42dafa5..a4d56622 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -523,8 +523,8 @@ void release_sink(struct query *); int close_sink(struct query *, struct msgblk *, flag); int open_warning_by_mail(struct query *, struct msgblk *); #if defined(HAVE_STDARG_H) -void stuff_warning(struct query *, const char *, ... ) - __attribute__ ((format (printf, 2, 3))) +void stuff_warning(const char *, struct query *, const char *, ... ) + __attribute__ ((format (printf, 3, 4))) ; #else void stuff_warning(); -- cgit v1.2.3