push more things in the str lib.
[apps/madmutt.git] / mime.h
diff --git a/mime.h b/mime.h
index d102594..887a4c4 100644 (file)
--- a/mime.h
+++ b/mime.h
@@ -41,10 +41,6 @@ enum {
 
 /* MIME encoding/decoding global vars */
 
 
 /* MIME encoding/decoding global vars */
 
-#ifndef _SENDLIB_C
-extern char B64Chars[];
-#endif
-
 #define is_multipart(x) \
     ((x)->type == TYPEMULTIPART \
      || ((x)->type == TYPEMESSAGE && (!strcasecmp((x)->subtype, "rfc822") \
 #define is_multipart(x) \
     ((x)->type == TYPEMULTIPART \
      || ((x)->type == TYPEMESSAGE && (!strcasecmp((x)->subtype, "rfc822") \