summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2019-11-26 01:07:44 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:17 (GMT)
commite1f67e86108f701ed0cfa87c74bcf23b127ba1e7 (patch)
tree568dcbfe79f32cb573414b75c6a14312a58fb34a /src/H5Fpkg.h
parent77144641dfb63077623a7b7c3e30a30e4f1a3e10 (diff)
downloadhdf5-e1f67e86108f701ed0cfa87c74bcf23b127ba1e7.zip
hdf5-e1f67e86108f701ed0cfa87c74bcf23b127ba1e7.tar.gz
hdf5-e1f67e86108f701ed0cfa87c74bcf23b127ba1e7.tar.bz2
Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE
Remove H5F__get_file_id() and use only private routine instead
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 5d954fd..2fc16a2 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -526,7 +526,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 */