move url.[hc] into the lib-lib.
[apps/madmutt.git] / lib-mime / mime.h
index 4e678e4..d2b6fd5 100644 (file)
@@ -51,6 +51,8 @@ extern const char *BodyEncodings[];
 #define TYPE(X) ((X->type == TYPEOTHER) && (X->xtype != NULL) ? X->xtype : BodyTypes[(X->type)])
 #define ENCODING(X) BodyEncodings[(X)]
 
+int url_parse_mailto(ENVELOPE *e, char **body, const char *src);
+
 /****************************************************************************/
 /* RFC 822                                                                  */
 /*                Standard for ARPA Internet Text Messages                  */