summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2019-11-27 20:19:41 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2019-11-27 20:19:41 (GMT)
commit68852d726ccbc0229dbe75d2989d4bdfbff64bf0 (patch)
tree1a2a04a1b391c6239ab95afa35541f9407473edb /src/H5Fpkg.h
parent5e800bff9defe17b71643c848a5e66fc52516737 (diff)
parentf46494ffd8449fc610798c8af312362608029d3d (diff)
downloadhdf5-68852d726ccbc0229dbe75d2989d4bdfbff64bf0.zip
hdf5-68852d726ccbc0229dbe75d2989d4bdfbff64bf0.tar.gz
hdf5-68852d726ccbc0229dbe75d2989d4bdfbff64bf0.tar.bz2
Merge pull request #2057 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_get_file_id_native to develop
* commit 'f46494ffd8449fc610798c8af312362608029d3d': Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 7d9a090..6e2c994 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -412,7 +412,6 @@ H5_DLL herr_t H5F__start_swmr_write(H5F_t *f);
H5_DLL herr_t H5F__close(H5F_t *f);
H5_DLL herr_t H5F__set_libver_bounds(H5F_t *f, H5F_libver_t low, H5F_libver_t high);
H5_DLL H5F_t *H5F__get_file(void *obj, H5I_type_t type);
-H5_DLL hid_t H5F__get_file_id(H5F_t *file, hbool_t app_ref);
H5_DLL herr_t H5F__get_cont_info(const H5F_t *f, H5VL_file_cont_info_t *info);
/* File mount related routines */