summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/libxml2/libxml/xmlmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/libxml2/libxml/xmlmodule.h')
-rwxr-xr-xthirdparties/common/include/libxml2/libxml/xmlmodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparties/common/include/libxml2/libxml/xmlmodule.h b/thirdparties/common/include/libxml2/libxml/xmlmodule.h
index 9667820..ef4720c 100755
--- a/thirdparties/common/include/libxml2/libxml/xmlmodule.h
+++ b/thirdparties/common/include/libxml2/libxml/xmlmodule.h
@@ -38,11 +38,11 @@ typedef enum {
} xmlModuleOption;
XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename,
- int options);
+ int options);
XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module,
- const char* name,
- void **result);
+ const char* name,
+ void **result);
XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module);
OpenPOWER on IntegriCloud