diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-12 16:30:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-12 16:30:16 +0000 |
commit | 208dae95cc1ad48a7d39510e6485b77dd55c3a27 (patch) | |
tree | 8e9ee6edb3e6fa1d2fa549d1c80af7b580062af6 /fetchmail.h | |
parent | bdf5efca37bc22262cef9a4f049ba59b154c3bf1 (diff) | |
download | fetchmail-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.h | 2 |
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 */ |