#ifndef MESSAGE_HEADER_DECODE_H
#define MESSAGE_HEADER_DECODE_H
#include "unichar.h"
/* Return FALSE if you wish to stop decoding. charset is NULL when it's not
RFC2047-encoded. */
void *context);
/* Decode RFC2047 encoded words. Call specified function for each
decoded block. */
void *context);
/* Append decoded RFC2047 header as UTF-8 to given buffer. */
#endif