message-header-decode.h revision 7c424aa51c956c628e3512055841aa2f9eef4833
#ifndef __MESSAGE_HEADER_DECODE_H
#define __MESSAGE_HEADER_DECODE_H
/* Return FALSE if you wish to stop decoding. charset is NULL when it's not
RFC2047-encoded. */
typedef int message_header_decode_callback_t(const unsigned char *data,
void *context);
/* Decode RFC2047 encoded words. Call specified function for each
decoded block. */
void *context);
#endif