mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 16:44:21 +08:00
14 lines
235 B
C
14 lines
235 B
C
#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__ */
|