aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-12 16:30:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-12 16:30:16 +0000
commit208dae95cc1ad48a7d39510e6485b77dd55c3a27 (patch)
tree8e9ee6edb3e6fa1d2fa549d1c80af7b580062af6 /fetchmail.h
parentbdf5efca37bc22262cef9a4f049ba59b154c3bf1 (diff)
downloadfetchmail-208dae95cc1ad48a7d39510e6485b77dd55c3a27.tar.gz
fetchmail-208dae95cc1ad48a7d39510e6485b77dd55c3a27.tar.bz2
fetchmail-208dae95cc1ad48a7d39510e6485b77dd55c3a27.zip
Henrik's fix.
svn path=/trunk/; revision=1767
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
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 */