X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mime.h;h=d102594c7eb1fa591ab14a196758eaf36166e61c;hp=c30feed0d6ef2a9b84a77bf42bd4ef6f7067f58c;hb=81884ccb464c69a8dba9de1b97af261a8a02b2c7;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/mime.h b/mime.h index c30feed..d102594 100644 --- a/mime.h +++ b/mime.h @@ -17,7 +17,8 @@ enum { TYPEMODEL, TYPEMULTIPART, TYPETEXT, - TYPEVIDEO + TYPEVIDEO, + TYPEANY }; /* Content-Transfer-Encoding */ @@ -41,14 +42,9 @@ enum { /* MIME encoding/decoding global vars */ #ifndef _SENDLIB_C -extern int Index_hex[]; -extern int Index_64[]; extern char B64Chars[]; #endif -#define hexval(c) Index_hex[(unsigned int)(c)] -#define base64val(c) Index_64[(unsigned int)(c)] - #define is_multipart(x) \ ((x)->type == TYPEMULTIPART \ || ((x)->type == TYPEMESSAGE && (!strcasecmp((x)->subtype, "rfc822") \