diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-03-19 21:10:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-03-19 21:10:39 (GMT) |
commit | 4f1c1bbf1abeae3b452d9dcd61defd35005e11e3 (patch) | |
tree | 9708d28cb6708ec612e899865204d59e81cfed5f /test | |
parent | cec54e1fa04f703175b6d6c9bbcb78aba98e64a9 (diff) | |
download | hdf5-4f1c1bbf1abeae3b452d9dcd61defd35005e11e3.zip hdf5-4f1c1bbf1abeae3b452d9dcd61defd35005e11e3.tar.gz hdf5-4f1c1bbf1abeae3b452d9dcd61defd35005e11e3.tar.bz2 |
[svn-r23390] Remove dll decoration from local function
Diffstat (limited to 'test')
-rw-r--r-- | test/plugin_lib/dynlib1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/plugin_lib/dynlib1.h b/test/plugin_lib/dynlib1.h index 9357b1b..028cb00 100644 --- a/test/plugin_lib/dynlib1.h +++ b/test/plugin_lib/dynlib1.h @@ -32,11 +32,11 @@ extern "C" { #endif - H5TEST_DLL const H5PL_type_t H5PL_get_plugin_type(void); - H5TEST_DLL const H5Z_class2_t* H5PL_get_plugin_info(void); + H5_DLL const H5PL_type_t H5PL_get_plugin_type(void); + H5_DLL const H5Z_class2_t* H5PL_get_plugin_info(void); /* Local prototypes for filter functions */ - H5TEST_DLL static size_t H5Z_filter_dynlib1(unsigned int flags, size_t cd_nelmts, + static size_t H5Z_filter_dynlib1(unsigned int flags, size_t cd_nelmts, const unsigned int *cd_values, size_t nbytes, size_t *buf_size, void **buf); #ifdef __cplusplus |