message-content-parser.h revision 43ae45b90718684dbbd67a240e60c52cbc6496ba
#ifndef __MESSAGE_CONTENT_PARSER_H
#define __MESSAGE_CONTENT_PARSER_H
/* functions can safely store data into data stack,
ie. message_content_parse_header() is guaranteed not to call
t_push()/t_pop() */
/* Note that count can be 0 */
void *context);
/* name is always atom, value_count is always > 0 */
const Rfc822Token *value,
int value_count, void *context);
void *context);
#endif