summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/libxml2/libxml/xinclude.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/libxml2/libxml/xinclude.h')
-rwxr-xr-xthirdparties/common/include/libxml2/libxml/xinclude.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/thirdparties/common/include/libxml2/libxml/xinclude.h b/thirdparties/common/include/libxml2/libxml/xinclude.h
index 863ab25..e6b79cb 100755
--- a/thirdparties/common/include/libxml2/libxml/xinclude.h
+++ b/thirdparties/common/include/libxml2/libxml/xinclude.h
@@ -90,36 +90,36 @@ typedef xmlXIncludeCtxt *xmlXIncludeCtxtPtr;
* standalone processing
*/
XMLPUBFUN int XMLCALL
- xmlXIncludeProcess (xmlDocPtr doc);
+xmlXIncludeProcess (xmlDocPtr doc);
XMLPUBFUN int XMLCALL
- xmlXIncludeProcessFlags (xmlDocPtr doc,
- int flags);
+xmlXIncludeProcessFlags (xmlDocPtr doc,
+ int flags);
XMLPUBFUN int XMLCALL
- xmlXIncludeProcessFlagsData(xmlDocPtr doc,
- int flags,
- void *data);
+xmlXIncludeProcessFlagsData(xmlDocPtr doc,
+ int flags,
+ void *data);
XMLPUBFUN int XMLCALL
- xmlXIncludeProcessTreeFlagsData(xmlNodePtr tree,
- int flags,
- void *data);
+xmlXIncludeProcessTreeFlagsData(xmlNodePtr tree,
+ int flags,
+ void *data);
XMLPUBFUN int XMLCALL
- xmlXIncludeProcessTree (xmlNodePtr tree);
+xmlXIncludeProcessTree (xmlNodePtr tree);
XMLPUBFUN int XMLCALL
- xmlXIncludeProcessTreeFlags(xmlNodePtr tree,
- int flags);
+xmlXIncludeProcessTreeFlags(xmlNodePtr tree,
+ int flags);
/*
* contextual processing
*/
XMLPUBFUN xmlXIncludeCtxtPtr XMLCALL
- xmlXIncludeNewContext (xmlDocPtr doc);
+xmlXIncludeNewContext (xmlDocPtr doc);
XMLPUBFUN int XMLCALL
- xmlXIncludeSetFlags (xmlXIncludeCtxtPtr ctxt,
- int flags);
+xmlXIncludeSetFlags (xmlXIncludeCtxtPtr ctxt,
+ int flags);
XMLPUBFUN void XMLCALL
- xmlXIncludeFreeContext (xmlXIncludeCtxtPtr ctxt);
+xmlXIncludeFreeContext (xmlXIncludeCtxtPtr ctxt);
XMLPUBFUN int XMLCALL
- xmlXIncludeProcessNode (xmlXIncludeCtxtPtr ctxt,
- xmlNodePtr tree);
+xmlXIncludeProcessNode (xmlXIncludeCtxtPtr ctxt,
+ xmlNodePtr tree);
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud