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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/blaze822.h b/blaze822.h
index d3d7d17..f39cf78 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -27,3 +27,8 @@ int blaze822_decode_rfc2047(char *, char *, size_t, char *);
 int blaze822_decode_qp(char *start, char *stop, char **deco, size_t *decleno);
 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_multipart(struct message *msg, struct message **imsg);