diff options
| author | Mike Hommey <mh@glandium.org> | 2004-07-06 12:57:17 +0000 |
|---|---|---|
| committer | Mike Hommey <mh@glandium.org> | 2004-07-06 12:57:17 +0000 |
| commit | c14c53a3645d81281058d4bb4cff24fa8d6faf33 (patch) | |
| tree | 29bccc2e7499af078a3d1cdcfb517a1dee891be5 /include/libxml/HTMLtree.h | |
| parent | d4e028c96af89ade493b440d4f2de6b684c03a06 (diff) | |
| download | libxml2-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/HTMLtree.h')
| -rw-r--r-- | include/libxml/HTMLtree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libxml/HTMLtree.h b/include/libxml/HTMLtree.h index 157aa67..50b8544 100644 --- a/include/libxml/HTMLtree.h +++ b/include/libxml/HTMLtree.h @@ -16,6 +16,7 @@ #include <libxml/tree.h> #include <libxml/HTMLparser.h> +#ifdef LIBXML_HTML_ENABLED #ifdef __cplusplus extern "C" { @@ -135,5 +136,7 @@ XMLPUBFUN int XMLCALL } #endif +#endif /* LIBXML_HTML_ENABLED */ + #endif /* __HTML_TREE_H__ */ |
