summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5PLpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5PLpublic.h b/src/H5PLpublic.h
index 519ac38..b31fcb6 100644
--- a/src/H5PLpublic.h
+++ b/src/H5PLpublic.h
@@ -74,8 +74,8 @@ typedef enum H5PL_type_t {
extern "C" {
#endif
- H5PLUGIN_DLL const H5PL_type_t H5PL_get_plugin_type(void);
- H5PLUGIN_DLL const H5Z_class2_t* H5PL_get_plugin_info(void);
+ H5PLUGIN_DLL H5PL_type_t H5PL_get_plugin_type(void);
+ H5PLUGIN_DLL H5Z_class2_t* H5PL_get_plugin_info(void);
#ifdef __cplusplus
}