(no commit message)
[citadel.git] / libcitadel / lib / libcitadel.h
index 73813738dd053d3cbc7196fd40a4f5b717f97d32..edd37fb4c53bed6e768b82c03925ee2ff4d7cc86 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 
-#define LIBCITADEL_VERSION_NUMBER      103
+#define LIBCITADEL_VERSION_NUMBER      104
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
@@ -168,6 +168,8 @@ void the_mime_parser(char *partnum,
                      int dont_decode
 );
 
+const char *GuessMimeType(char *data, size_t dlen);
+
 
 
 /* tools */