diff options
Diffstat (limited to 'legacy.c')
-rw-r--r-- | legacy.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |