aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-03-09 03:35:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-03-09 03:35:10 +0000
commit80397c8adec6b668c9d5ce93e8ca643335b5fb9c (patch)
tree7d208bed05aeb75d88eda567bf1b8f14b89afd17 /fetchmail.h
parent4acf011e3556517bf6c73fefab0073abefc05df0 (diff)
downloadfetchmail-80397c8adec6b668c9d5ce93e8ca643335b5fb9c.tar.gz
fetchmail-80397c8adec6b668c9d5ce93e8ca643335b5fb9c.tar.bz2
fetchmail-80397c8adec6b668c9d5ce93e8ca643335b5fb9c.zip
Try to fix a nasty MIME-decoding bug.
svn path=/trunk/; revision=2399
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 3549130a..c02bb768 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -432,7 +432,7 @@ int from64tobits(char *, const char *);
#define MSG_NEEDS_DECODE 0x80
extern void UnMimeHeader(unsigned char *buf);
extern int MimeBodyType(unsigned char *hdrs, int WantDecode);
-extern int UnMimeBodyline(unsigned char **buf, int collapsedoubledot);
+extern int UnMimeBodyline(unsigned char **buf, flag delimited, flag issoftline);
/* interface.c */
void interface_init(void);