Integrate test_header in test_view_mail and various coding style modifications
[rmail.git] / src / utils / rfc2047.h
blob64bbf3cdde0c4f2ebe8a77ba9e6cc1ad8abf4452
1 #ifndef RFC2047_UTILS_H
2 #define RFC2047_UTILS_H
4 void rfc2047_decode_quoted_printable(char *dest, const char *src, size_t n);
5 void rfc2047_decode_base64(char *dest, const char *src, size_t n);
6 void rfc2047_decode_word(char *dest, const char *src, size_t n);
8 #endif /* RFC2047_UTILS_H */