summaryrefslogtreecommitdiffstats
path: root/src/H5MFprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-11 20:43:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-11 20:43:22 (GMT)
commit5f9e36528cb74a91fc7787d52bcc9fa8316b98df (patch)
treeb07ed9e6f01d99e4b2ba4333eb070f5a4957ab36 /src/H5MFprivate.h
parent37cea8f1b6f9fcdbb97d8ecfca09ff6aefbf55df (diff)
downloadhdf5-5f9e36528cb74a91fc7787d52bcc9fa8316b98df.zip
hdf5-5f9e36528cb74a91fc7787d52bcc9fa8316b98df.tar.gz
hdf5-5f9e36528cb74a91fc7787d52bcc9fa8316b98df.tar.bz2
[svn-r17332] Description:
Bring r17331 from trunk to 1.8 branch: Bring back more changes from file free space branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committest performed on trunk)
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r--src/H5MFprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h
index e08381f..515fed8 100644
--- a/src/H5MFprivate.h
+++ b/src/H5MFprivate.h
@@ -60,7 +60,8 @@
/* File space manager routines */
H5_DLL herr_t H5MF_init_merge_flags(H5F_t *f);
-H5_DLL hssize_t H5MF_get_freespace(H5F_t *f, hid_t dxpl_id);
+H5_DLL herr_t H5MF_get_freespace(H5F_t *f, hid_t dxpl_id, hsize_t *tot_space,
+ hsize_t *meta_size);
H5_DLL herr_t H5MF_close(H5F_t *f, hid_t dxpl_id);
/* File space allocation routines */