diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-08-30 17:40:23 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-08-30 17:40:23 (GMT) |
commit | 9f69967286c1014355421b02db986303de1cfcda (patch) | |
tree | eb7a89b0a53af394f9d6fd27e527ac53b16c51fe /src/H5Fprivate.h | |
parent | c5ad11290b81c86856d6297cc1ad824af327c5a3 (diff) | |
parent | a3e0aecb2235e487eae80de4dd4c074bd2dabc0f (diff) | |
download | hdf5-9f69967286c1014355421b02db986303de1cfcda.zip hdf5-9f69967286c1014355421b02db986303de1cfcda.tar.gz hdf5-9f69967286c1014355421b02db986303de1cfcda.tar.bz2 |
[svn-r24088] Merging r24044 through r24087
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 5a30828..1bf3d0d 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -563,7 +563,7 @@ typedef struct { /* Forward declarations for prototype arguments */ struct H5B_class_t; -struct H5RC_t; +struct H5UC_t; struct H5O_loc_t; struct H5HG_heap_t; struct H5VL_class_t; @@ -622,8 +622,8 @@ H5_DLL unsigned H5F_gc_ref(const H5F_t *f); H5_DLL hbool_t H5F_use_latest_format(const H5F_t *f); 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 struct H5RC_t *H5F_grp_btree_shared(const H5F_t *f); -H5_DLL herr_t H5F_set_grp_btree_shared(H5F_t *f, struct H5RC_t *rc); +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); H5_DLL hbool_t H5F_is_tmp_addr(const H5F_t *f, haddr_t addr); |