void map_html_tags(const char *text, int size, void(*mapfun)(struct taginfo *, void *), void *maparg, int flags, const struct hash_table *allowed_tags, const struct hash_table *allowed_attributes)
void map_html_tags PARAMS((const char *, int, void(*)(struct taginfo *, void *), void *, int, const struct hash_table *, const struct hash_table *))