summaryrefslogtreecommitdiff
path: root/include/libxml/HTMLparser.h
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-07-06 12:57:17 +0000
committerMike Hommey <mh@glandium.org>2004-07-06 12:57:17 +0000
commitc14c53a3645d81281058d4bb4cff24fa8d6faf33 (patch)
tree29bccc2e7499af078a3d1cdcfb517a1dee891be5 /include/libxml/HTMLparser.h
parentd4e028c96af89ade493b440d4f2de6b684c03a06 (diff)
downloadlibxml2-upstream/2.6.11.tar.gz
Load /tmp/tmp.DIvcnD/libxml2-2.6.11 intoupstream/2.6.11
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'include/libxml/HTMLparser.h')
-rw-r--r--include/libxml/HTMLparser.h3
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__ */