X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mime.h;h=d102594c7eb1fa591ab14a196758eaf36166e61c;hp=6125e7a5cfb93074900143ebb7c2785085426ffe;hb=81884ccb464c69a8dba9de1b97af261a8a02b2c7;hpb=d6988dab6bd378ccdf0f17aaa16de8aee1ceaf43 diff --git a/mime.h b/mime.h index 6125e7a..d102594 100644 --- a/mime.h +++ b/mime.h @@ -42,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") \