summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-05-11 16:45:03 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-05-11 16:45:03 (GMT)
commit6da75cffd2356fb5b5b92204b2d1c34a0e2e99ea (patch)
treef650fd5a94b0abe52de4c0b2c84fac52574f9ff3 /src/H5Fprivate.h
parent88e0c3e748783b040bebdc014ca717e6b5ec2df6 (diff)
downloadhdf5-6da75cffd2356fb5b5b92204b2d1c34a0e2e99ea.zip
hdf5-6da75cffd2356fb5b5b92204b2d1c34a0e2e99ea.tar.gz
hdf5-6da75cffd2356fb5b5b92204b2d1c34a0e2e99ea.tar.bz2
Fixed libver bounds underscore issue
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index ba4f4d8..2e69bb4 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -767,7 +767,6 @@ H5_DLL unsigned H5F_gc_ref(const H5F_t *f);
H5_DLL unsigned H5F_use_latest_flags(const H5F_t *f, unsigned fl);
H5_DLL hbool_t H5F_store_msg_crt_idx(const H5F_t *f);
H5_DLL herr_t H5F_set_store_msg_crt_idx(H5F_t *f, hbool_t flag);
-H5_DLL herr_t H5F_set_libver_bounds(H5F_t * f, H5F_libver_t low, H5F_libver_t high);
H5_DLL struct H5UC_t *H5F_grp_btree_shared(const H5F_t *f);
H5_DLL herr_t H5F_set_grp_btree_shared(H5F_t *f, struct H5UC_t *rc);
H5_DLL hbool_t H5F_use_tmp_space(const H5F_t *f);