summaryrefslogtreecommitdiffstats
path: root/thirdparties/wince/include/libxml/xmlmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/wince/include/libxml/xmlmodule.h')
-rwxr-xr-xthirdparties/wince/include/libxml/xmlmodule.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparties/wince/include/libxml/xmlmodule.h b/thirdparties/wince/include/libxml/xmlmodule.h
index 8f4a560..ef4720c 100755
--- a/thirdparties/wince/include/libxml/xmlmodule.h
+++ b/thirdparties/wince/include/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);
@@ -50,7 +50,7 @@ XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
#ifdef __cplusplus
}
-#endif
+#endif
#endif /* LIBXML_MODULES_ENABLED */
OpenPOWER on IntegriCloud