message-content-parser.h revision f923659c0e5298263d80622c99f4dc4132b4675b
#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