summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-04-02 05:35:17 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-04-02 05:35:17 (GMT)
commitb24165b4d6229f81f68bd151862ae329ccfb1772 (patch)
tree896d25aadd74560b60195299f9ff6ffa94ccc990 /src/H5Fpkg.h
parent2b551d282f88e7e33baf11702016535f28a2ceab (diff)
downloadhdf5-b24165b4d6229f81f68bd151862ae329ccfb1772.zip
hdf5-b24165b4d6229f81f68bd151862ae329ccfb1772.tar.gz
hdf5-b24165b4d6229f81f68bd151862ae329ccfb1772.tar.bz2
[svn-r18506] Description:
Bring r18505 from trunk to 1.8 branch: Move code to free superblock data structure into separate routine, in preparation for upcoming metadata journaling -> trunk merging. Tested on: FreeBD/32 6.3 (duty) w/debug (h5committested on trunk)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 9318afe..09babd2 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -299,6 +299,7 @@ H5_DLL herr_t H5F_super_init(H5F_t *f, hid_t dxpl_id);
H5_DLL herr_t H5F_super_read(H5F_t *f, hid_t dxpl_id);
H5_DLL herr_t H5F_super_size(H5F_t *f, hid_t dxpl_id, hsize_t *super_size,
hsize_t *super_ext_info);
+H5_DLL herr_t H5F_super_free(H5F_super_t *sblock);
/* Superblock extension related routines */
H5_DLL herr_t H5F_super_ext_open(H5F_t *f, haddr_t ext_addr, H5O_loc_t *ext_ptr);