summaryrefslogtreecommitdiff
path: root/legacy.c
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-10-13 08:57:08 +0000
committerMike Hommey <mh@glandium.org>2004-10-13 08:57:08 +0000
commit0732be88d054db33fa0ca479eab9988c8e6be42e (patch)
tree8b9cf70e04bd32115caebeb74cb0d841d1eced3b /legacy.c
parent09deb06614c3408ec0816a3c88920138bae2083c (diff)
downloadlibxml2-0732be88d054db33fa0ca479eab9988c8e6be42e.tar.gz
Load /tmp/tmp.zzO3vU/libxml2-2.6.14 intoupstream/2.6.14
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'legacy.c')
-rw-r--r--legacy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy.c b/legacy.c
index 9ed7413..dad1d83 100644
--- a/legacy.c
+++ b/legacy.c
@@ -27,6 +27,7 @@ void xmlUpgradeOldNs(xmlDocPtr doc);
* *
************************************************************************/
+#ifdef LIBXML_HTML_ENABLED
xmlChar *htmlDecodeEntities(htmlParserCtxtPtr ctxt, int len, xmlChar end,
xmlChar end2, xmlChar end3);
@@ -60,6 +61,7 @@ htmlDecodeEntities(htmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
}
return (NULL);
}
+#endif
/**
* xmlInitializePredefinedEntities: