summaryrefslogtreecommitdiff
path: root/include/libxml/debugXML.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/debugXML.h')
-rw-r--r--include/libxml/debugXML.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libxml/debugXML.h b/include/libxml/debugXML.h
index d3b123c..733ccd4 100644
--- a/include/libxml/debugXML.h
+++ b/include/libxml/debugXML.h
@@ -91,6 +91,7 @@ XMLPUBFUN const char * XMLCALL
* *
****************************************************************/
+#ifdef LIBXML_XPATH_ENABLED
/**
* xmlShellReadlineFunc:
* @prompt: a string prompt
@@ -204,6 +205,8 @@ XMLPUBFUN void XMLCALL
xmlShellReadlineFunc input,
FILE *output);
+#endif /* LIBXML_XPATH_ENABLED */
+
#ifdef __cplusplus
}
#endif