diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-31 21:05:57 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-31 21:05:57 (GMT) |
commit | 3c6944b684be6ce4df136fb40df2fdea51519cb4 (patch) | |
tree | dc1ac0c02760ad98e7afc717380c633d82b1131d /src/H5Fpkg.h | |
parent | a8dc9793cb19a525dc1663281bc7bd575680d5a8 (diff) | |
parent | 7632af7c14267a41934c35b47b8a0de53e6c8e9c (diff) | |
download | hdf5-3c6944b684be6ce4df136fb40df2fdea51519cb4.zip hdf5-3c6944b684be6ce4df136fb40df2fdea51519cb4.tar.gz hdf5-3c6944b684be6ce4df136fb40df2fdea51519cb4.tar.bz2 |
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize_105
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 6dfabbd..663f84e 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -395,16 +395,11 @@ H5FL_EXTERN(H5F_file_t); /* General routines */ H5_DLL H5F_t *H5F__new(H5F_file_t *shared, unsigned flags, hid_t fcpl_id, hid_t fapl_id, H5FD_t *lf); H5_DLL herr_t H5F__dest(H5F_t *f, hbool_t flush); -H5_DLL H5F_t *H5F__create(const char *filename, unsigned flags, hid_t fcpl_id, hid_t fapl_id); -H5_DLL H5F_t *H5F__open(const char *filename, unsigned flags, hid_t fcpl_id, hid_t fapl_id); -H5_DLL herr_t H5F__flush(H5F_t *f, H5F_scope_t scope); -H5_DLL herr_t H5F__flush_real(H5F_t *f); +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 herr_t H5F__get_freespace(H5F_t *f, hsize_t *tot_space); 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 ssize_t H5F__get_free_sections(H5F_t *f, H5FD_mem_t type, size_t nsects, H5F_sect_info_t *sect_info); H5_DLL herr_t H5F__get_metadata_read_retry_info(H5F_t *file, H5F_retry_info_t *info); H5_DLL herr_t H5F__format_convert(H5F_t *f); H5_DLL herr_t H5F__start_swmr_write(H5F_t *f); |