message-content-parser.h revision 7c424aa51c956c628e3512055841aa2f9eef4833
#ifndef __MESSAGE_CONTENT_PARSER_H
#define __MESSAGE_CONTENT_PARSER_H
/* NOTE: name and value aren't \0-terminated. */
typedef void parse_content_callback_t(const unsigned char *value,
typedef void parse_content_param_callback_t(const unsigned char *name,
const unsigned char *value,
int value_quoted, void *context);
void *context);
#endif