diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-31 06:24:42 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-31 06:24:42 (GMT) |
commit | a3faa926536712804fd079b65bf233458f2abac7 (patch) | |
tree | 82cf6081a1c9057fb2e7f1a17ffccc8356421f88 /src/H5PLpkg.h | |
parent | 64eb1489de409b08026faa112fd1baad98ef1bcc (diff) | |
parent | 905c3ca3d7736b151ff0889290c0c9e377988f26 (diff) | |
download | hdf5-a3faa926536712804fd079b65bf233458f2abac7.zip hdf5-a3faa926536712804fd079b65bf233458f2abac7.tar.gz hdf5-a3faa926536712804fd079b65bf233458f2abac7.tar.bz2 |
Merge branch 'develop' into openmpi_tweaks
Diffstat (limited to 'src/H5PLpkg.h')
-rw-r--r-- | src/H5PLpkg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5PLpkg.h b/src/H5PLpkg.h index c3ad8f5..8c2367f 100644 --- a/src/H5PLpkg.h +++ b/src/H5PLpkg.h @@ -79,6 +79,7 @@ /* maximum size for expanding env vars */ # define H5PL_EXPAND_BUFFER_SIZE 32767 + typedef H5PL_type_t(__cdecl *H5PL_get_plugin_type_t)(void); typedef const void *(__cdecl *H5PL_get_plugin_info_t)(void); #else /* H5_HAVE_WIN32_API */ @@ -105,6 +106,7 @@ /* Clear error */ # define H5PL_CLR_ERROR HERROR(H5E_PLUGIN, H5E_CANTGET, "can't dlopen:%s", dlerror()) + typedef H5PL_type_t(*H5PL_get_plugin_type_t)(void); typedef const void *(*H5PL_get_plugin_info_t)(void); #endif /* H5_HAVE_WIN32_API */ |