diff options
Diffstat (limited to 'include/libxml/HTMLparser.h')
-rw-r--r-- | include/libxml/HTMLparser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libxml/HTMLparser.h b/include/libxml/HTMLparser.h index f39f0bb..2604d86 100644 --- a/include/libxml/HTMLparser.h +++ b/include/libxml/HTMLparser.h @@ -15,6 +15,8 @@ #include <libxml/xmlversion.h> #include <libxml/parser.h> +#ifdef LIBXML_HTML_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -292,4 +294,5 @@ XMLPUBFUN htmlStatus XMLCALL htmlNodeStatus(const htmlNodePtr, int) ; } #endif +#endif /* LIBXML_HTML_ENABLED */ #endif /* __HTML_PARSER_H__ */ |