X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mime.h;h=887a4c44ed311237222ad44fb9114bf6d8cb3ccf;hp=c30feed0d6ef2a9b84a77bf42bd4ef6f7067f58c;hb=bd28609f1086cc4cae0f44e2520c53b7fed542d0;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/mime.h b/mime.h index c30feed..887a4c4 100644 --- a/mime.h +++ b/mime.h @@ -17,7 +17,8 @@ enum { TYPEMODEL, TYPEMULTIPART, TYPETEXT, - TYPEVIDEO + TYPEVIDEO, + TYPEANY }; /* Content-Transfer-Encoding */ @@ -40,15 +41,6 @@ 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") \