diff options
Diffstat (limited to 'include/libxml/xpathInternals.h')
-rw-r--r-- | include/libxml/xpathInternals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libxml/xpathInternals.h b/include/libxml/xpathInternals.h index 75e5d74..4ee1965 100644 --- a/include/libxml/xpathInternals.h +++ b/include/libxml/xpathInternals.h @@ -15,6 +15,8 @@ #include <libxml/xmlversion.h> #include <libxml/xpath.h> +#ifdef LIBXML_XPATH_ENABLED + #ifdef __cplusplus extern "C" { #endif @@ -650,4 +652,6 @@ XMLPUBFUN void XMLCALL xmlXPathNodeSetFreeNs(xmlNsPtr ns); #ifdef __cplusplus } #endif + +#endif /* LIBXML_XPATH_ENABLED */ #endif /* ! __XML_XPATH_INTERNALS_H__ */ |