- xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
  handlings (registration, lookup, cleanup)
Daniel
diff --git a/xpointer.h b/xpointer.h
index 927cdfb..3921687 100644
--- a/xpointer.h
+++ b/xpointer.h
@@ -31,6 +31,14 @@
 };
 
 /*
+ * Handling of location sets
+ */
+
+void			xmlXPtrFreeLocationSet	(xmlLocationSetPtr obj);
+xmlLocationSetPtr	xmlXPtrLocationSetMerge	(xmlLocationSetPtr val1,
+						 xmlLocationSetPtr val2);
+
+/*
  * Functions
  */
 xmlXPathContextPtr	xmlXPtrNewContext	(xmlDocPtr doc,
@@ -40,7 +48,6 @@
 						 xmlXPathContextPtr ctx);
 void			xmlXPtrRangeToFunction	(xmlXPathParserContextPtr ctxt,
        						 int nargs);
-void			xmlXPtrFreeLocationSet	(xmlLocationSetPtr obj);
 
 #ifdef __cplusplus
 }