Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gnulib-local / lib / libxml / xinclude.in.h
index ba9c9b5..863ab25 100644 (file)
@@ -89,18 +89,22 @@ typedef xmlXIncludeCtxt *xmlXIncludeCtxtPtr;
 /*
  * standalone processing
  */
-XMLPUBFUN int XMLCALL  
+XMLPUBFUN int XMLCALL
                xmlXIncludeProcess      (xmlDocPtr doc);
-XMLPUBFUN int XMLCALL  
+XMLPUBFUN int XMLCALL
                xmlXIncludeProcessFlags (xmlDocPtr doc,
                                         int flags);
-XMLPUBFUN int XMLCALL  
+XMLPUBFUN int XMLCALL
                xmlXIncludeProcessFlagsData(xmlDocPtr doc,
                                         int flags,
                                         void *data);
-XMLPUBFUN int XMLCALL  
+XMLPUBFUN int XMLCALL
+                xmlXIncludeProcessTreeFlagsData(xmlNodePtr tree,
+                                         int flags,
+                                         void *data);
+XMLPUBFUN int XMLCALL
                xmlXIncludeProcessTree  (xmlNodePtr tree);
-XMLPUBFUN int XMLCALL  
+XMLPUBFUN int XMLCALL
                xmlXIncludeProcessTreeFlags(xmlNodePtr tree,
                                         int flags);
 /*