summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-09 20:38:38 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-09 20:38:38 (GMT)
commit252c57f8d0bc9fb650e15b7536b7b26a07e34eac (patch)
tree5b73a03ac6a4b8d1bfb6f4f008c6c788c737bfa1 /src/H5Fpkg.h
parent348b6d97a77a4c272dbd8b769a1cfb8e3840c2ce (diff)
downloadhdf5-252c57f8d0bc9fb650e15b7536b7b26a07e34eac.zip
hdf5-252c57f8d0bc9fb650e15b7536b7b26a07e34eac.tar.gz
hdf5-252c57f8d0bc9fb650e15b7536b7b26a07e34eac.tar.bz2
H5F and H5FS normalization with develop.
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 b73005a..e4892ed 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -399,7 +399,6 @@ H5_DLL H5F_t *H5F__new(H5F_shared_t *shared, unsigned flags, hid_t fcpl_id, hid_
H5_DLL herr_t H5F__dest(H5F_t *f, hbool_t flush);
H5_DLL herr_t H5F__flush(H5F_t *f);
H5_DLL htri_t H5F__is_hdf5(const char *name);
-H5_DLL herr_t H5F_get_objects(const H5F_t *f, unsigned types, size_t max_index, hid_t *obj_id_list, hbool_t app_ref, size_t *obj_id_count_ptr);
H5_DLL ssize_t H5F__get_file_image(H5F_t *f, void *buf_ptr, size_t buf_len);
H5_DLL herr_t H5F__get_info(H5F_t *f, H5F_info2_t *finfo);
H5_DLL herr_t H5F__get_metadata_read_retry_info(H5F_t *file, H5F_retry_info_t *info);