updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / include / libxml / xinclude.h
index 9c83ba0..25be1fe 100644 (file)
@@ -19,6 +19,7 @@ extern "C" {
 #endif
 
 int    xmlXIncludeProcess      (xmlDocPtr doc);
+int    xmlXIncludeProcessTree  (xmlNodePtr tree);
 
 #ifdef __cplusplus
 }