| Index: third_party/libxml/include/libxml/xinclude.h
|
| diff --git a/third_party/libxml/include/libxml/xinclude.h b/third_party/libxml/include/libxml/xinclude.h
|
| index ba9c9b596e11ef76d9aca4b8a09060247e6be275..863ab25ad9feeadf61be4c1fc761a8e396fc0644 100644
|
| --- a/third_party/libxml/include/libxml/xinclude.h
|
| +++ b/third_party/libxml/include/libxml/xinclude.h
|
| @@ -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);
|
| /*
|
|
|