summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-02 16:46:22 (GMT)
committerkmu <kmu@hdfgroup.org>2019-12-02 16:46:22 (GMT)
commit463199464f2b5c9f798b23ffe3f1db139b68f4d2 (patch)
tree9df3e9cafae901d462a14a6689caa93507a515e7 /src/H5Fprivate.h
parentea0759d047dc6421da90375a9c27f7cde0a8e117 (diff)
parent0772b975d1d2bfa15aedeb4b6e2c2aac78c61a2f (diff)
downloadhdf5-463199464f2b5c9f798b23ffe3f1db139b68f4d2.zip
hdf5-463199464f2b5c9f798b23ffe3f1db139b68f4d2.tar.gz
hdf5-463199464f2b5c9f798b23ffe3f1db139b68f4d2.tar.bz2
Merge branch 'develop' of https://git.hdfgroup.org/scm/hdffv/hdf5 into develop
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index e1a8a2f..cfb796c 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -732,7 +732,7 @@ typedef enum H5F_prefix_open_t {
/* Private functions */
H5_DLL H5F_t *H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id);
H5_DLL herr_t H5F_try_close(H5F_t *f, hbool_t *was_closed/*out*/);
-H5_DLL hid_t H5F_get_file_id(hid_t obj_id, H5I_type_t id_type, hbool_t app_ref);
+H5_DLL hid_t H5F_get_file_id(H5VL_object_t *vol_obj, H5I_type_t obj_type, hbool_t app_ref);
/* Functions that retrieve values from the file struct */
H5_DLL H5F_libver_t H5F_get_low_bound(const H5F_t *f);