]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/lib/libcitadel.h
performance improvements: replace memcmp
[citadel.git] / libcitadel / lib / libcitadel.h
index 557280edd7b38b1f8cdf6057cc4ab5eaa0020547..2070c14fc23b5b69e4ad7d0aadac31118f6b90c1 100644 (file)
@@ -167,6 +167,11 @@ void mime_decode(char *partnum,
                 MimeParserCallBackType PostMultiPartCallBack,
                 void *userdata,
                 int dont_decode);
+int mime_decode_now (char *part_start, 
+                    size_t length,
+                    char *encoding,
+                    char **decoded,
+                    size_t *bytes_decoded);
 void the_mime_parser(char *partnum,
                     char *content_start, char *content_end,
                     MimeParserCallBackType CallBack,