X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=rfc2047.c;h=a181e9dd3488ef2fa8602fb803c0071f888b0d9b;hp=23fffd4a3160b4befceee1b5139ea32968e8bd41;hb=ab12fea9d01b3b9bc53081ae4ccc046243f1cb9f;hpb=fd89c927c5192e12ac36d9388b5cd9fb55dc870d diff --git a/rfc2047.c b/rfc2047.c index 23fffd4..a181e9d 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -46,8 +46,6 @@ #define CONTINUATION_BYTE(c) (((c) & 0xc0) == 0x80) -extern char RFC822Specials[]; - typedef size_t (*encoder_t) (char *, const char *, size_t, const char *);