X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mime%2Fmime.h;h=0ff5bce940a1935c4a1d76ec3ef6e0c049c82f9a;hb=16534e98723674fa391e3fc29d2a07ce419c13dd;hp=e5ab93db8b991ee6c4d8aa547465ede2374c51c0;hpb=68d6b380767702ba11529357f36d178d0dc4cb1e;p=apps%2Fmadmutt.git diff --git a/lib-mime/mime.h b/lib-mime/mime.h index e5ab93d..0ff5bce 100644 --- a/lib-mime/mime.h +++ b/lib-mime/mime.h @@ -47,8 +47,6 @@ 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 1524 */ /* A User Agent Configuration Mechanism */