d0 #ifndef UNMIME_H #define UNMIME_H #include extern iconv_t icd; void unmime_header(unsigned char *hdr); /* base64.c */ int from64tobits(char *, const char *, int maxlen); #endif . 0