You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef XML_HTML_H_PRIVATE__
|
|
#define XML_HTML_H_PRIVATE__
|
|
|
|
#include <libxml/xmlversion.h>
|
|
|
|
#ifdef LIBXML_HTML_ENABLED
|
|
|
|
XML_HIDDEN void
|
|
__htmlParseContent(void *ctx);
|
|
|
|
#endif /* LIBXML_HTML_ENABLED */
|
|
|
|
#endif /* XML_HTML_H_PRIVATE__ */
|
|
|