From 208dae95cc1ad48a7d39510e6485b77dd55c3a27 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 May 1998 16:30:16 +0000 Subject: Henrik's fix. svn path=/trunk/; revision=1767 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 891c2ec8..867bbad0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -333,7 +333,7 @@ int from64tobits(char *, const char *); #define MSG_IS_8BIT 0x02 #define MSG_NEEDS_DECODE 0x80 extern void UnMimeHeader(unsigned char *buf); -extern int MimeBodyType(unsigned char *hdrs); +extern int MimeBodyType(unsigned char *hdrs, int WantDecode); extern int UnMimeBodyline(unsigned char **buf, int collapsedoubledot); /* interface.c */ -- cgit v1.2.3