aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
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);