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