about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blaze822.h b/blaze822.h
index f39cf78..a969aaa 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -30,5 +30,5 @@ int blaze822_decode_b64(char *start, char *stop, char **deco, size_t *decleno);
 // rfc2045.c
 
 int blaze822_check_mime(struct message *msg);
-int blaze822_mime_body(struct message *msg, char **cto, char **bodyo, size_t *bodyleno);
+int blaze822_mime_body(struct message *msg, char **cto, char **bodyo, size_t *bodyleno, char **bodychunko);
 int blaze822_multipart(struct message *msg, struct message **imsg);