summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-03-24 15:25:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-03-24 15:25:18 (GMT)
commitddb870b4b67590e5624e40eb51d807914e016a46 (patch)
tree4d9e99fe49e5d64a462530a89e2ecdf76862f5e1 /src
parente4114236e3eeaad1ccd7f9959df292e82bf8301f (diff)
downloadhdf5-ddb870b4b67590e5624e40eb51d807914e016a46.zip
hdf5-ddb870b4b67590e5624e40eb51d807914e016a46.tar.gz
hdf5-ddb870b4b67590e5624e40eb51d807914e016a46.tar.bz2
Add H5_DLL to H5AC_get_mdc_image_info() prototype
Diffstat (limited to 'src')
-rw-r--r--src/H5ACprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index 10a1925..a724394 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -453,7 +453,7 @@ H5_DLL herr_t H5AC_load_cache_image_on_next_protect(H5F_t *f, haddr_t addr,
H5_DLL herr_t H5AC_validate_cache_image_config(H5AC_cache_image_config_t *config_ptr);
H5_DLL hbool_t H5AC_cache_image_pending(const H5F_t *f);
H5_DLL herr_t H5AC_force_cache_image_load(H5F_t * f, hid_t dxpl_id);
-herr_t H5AC_get_mdc_image_info(H5AC_t *cache_ptr, haddr_t *image_addr,
+H5_DLL herr_t H5AC_get_mdc_image_info(H5AC_t *cache_ptr, haddr_t *image_addr,
hsize_t *image_len);
/* Tag & Ring routines */