aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2002-05-14 06:41:32 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2002-05-14 06:41:32 +0000
commit79376ba94845db7096c3917f4f40baeb450eb0e9 (patch)
tree1f30d3722ad7507e72f71bc1c2694dafbcf03417 /xpath.c
parent9b6fd30f6468773edad65a27478daffed60d2a2f (diff)
downloadandroid_external_libxml2-79376ba94845db7096c3917f4f40baeb450eb0e9.tar.gz
android_external_libxml2-79376ba94845db7096c3917f4f40baeb450eb0e9.tar.bz2
android_external_libxml2-79376ba94845db7096c3917f4f40baeb450eb0e9.zip
maked xmlXPathNodeSetAddNs() function public for XMLSec performance
* xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs() function public for XMLSec performance optimizations
Diffstat (limited to 'xpath.c')
-rw-r--r--xpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpath.c b/xpath.c
index 4f4e7717..99c3d2ee 100644
--- a/xpath.c
+++ b/xpath.c
@@ -1588,7 +1588,7 @@ xmlXPathNodeSetContains (xmlNodeSetPtr cur, xmlNodePtr val) {
*
* add a new namespace node to an existing NodeSet
*/
-static void
+void
xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns) {
int i;