ReactOS 0.4.16-dev-2132-g3885311
html.h
Go to the documentation of this file.
1#ifndef XML_HTML_H_PRIVATE__
2#define XML_HTML_H_PRIVATE__
3
4#include <libxml/xmlversion.h>
5
6#ifdef LIBXML_HTML_ENABLED
7
8XML_HIDDEN void
9__htmlParseContent(void *ctx);
10
11#endif /* LIBXML_HTML_ENABLED */
12
13#endif /* XML_HTML_H_PRIVATE__ */
#define XML_HIDDEN
Definition: libxml.h:52