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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blaze822.h b/blaze822.h
index a2ee6c2..0d3d60b 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -37,3 +37,4 @@ int blaze822_decode_b64(char *start, char *stop, char **deco, size_t *decleno);
 int blaze822_check_mime(struct message *msg);
 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);
+int blaze822_mime_parameter(char *s, char *name, char **starto, char **stopo);