summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-03-15 21:25:30 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-03-15 21:25:30 (GMT)
commitf6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a (patch)
tree612841344942f5f35baef5964c9405be6b7e94aa /test
parent7f44286aa57f7b67c47608022c1a48dfd71c98ad (diff)
downloadhdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.zip
hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.tar.gz
hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.tar.bz2
[svn-r23359] I added some macros and refactoring the code to prepare for Windows support.
Tested on koala.
Diffstat (limited to 'test')
-rw-r--r--test/plugin_lib/dynlib1.c2
-rw-r--r--test/plugin_lib/dynlib1.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/plugin_lib/dynlib1.c b/test/plugin_lib/dynlib1.c
index 4b57ddb..1f4fff8 100644
--- a/test/plugin_lib/dynlib1.c
+++ b/test/plugin_lib/dynlib1.c
@@ -33,8 +33,6 @@ const H5Z_class2_t H5Z_DYNLIB1[1] = {{
}};
const H5PL_type_t H5PL_get_plugin_type(void) {return H5PL_TYPE_FILTER;}
-const int H5PL_get_plugin_version(void) {return (int)FILTER_DYNLIB1_VERS;}
-const char* H5PL_get_plugin_name(void) {return "dynlib1";}
const H5Z_class2_t* H5PL_get_plugin_info(void) {return H5Z_DYNLIB1;}
/*-------------------------------------------------------------------------
diff --git a/test/plugin_lib/dynlib1.h b/test/plugin_lib/dynlib1.h
index 5d68780..f3bb8c3 100644
--- a/test/plugin_lib/dynlib1.h
+++ b/test/plugin_lib/dynlib1.h
@@ -26,8 +26,6 @@
#define FILTER_DYNLIB1_VERS 1
const H5PL_type_t H5PL_get_plugin_type(void);
-const int H5PL_get_plugin_version(void);
-const char* H5PL_get_plugin_name(void);
const H5Z_class2_t* H5PL_get_plugin_info(void);
/* Local prototypes for filter functions */