diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 21:14:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 21:14:52 (GMT) |
commit | 941edeab91597b946eb1283640b3f3110d5fa996 (patch) | |
tree | 8bc01a4a71a94b6574078f04364cbef3f13c6d80 /src/H5BTprivate.h | |
parent | df886c57fca24425956766c6c2b094557ba9797a (diff) | |
download | hdf5-941edeab91597b946eb1283640b3f3110d5fa996.zip hdf5-941edeab91597b946eb1283640b3f3110d5fa996.tar.gz hdf5-941edeab91597b946eb1283640b3f3110d5fa996.tar.bz2 |
[svn-r10199] Purpose:
New feature
Description:
Add basic block removal feature
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5BTprivate.h')
-rw-r--r-- | src/H5BTprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5BTprivate.h b/src/H5BTprivate.h index a5805ac..48d5384 100644 --- a/src/H5BTprivate.h +++ b/src/H5BTprivate.h @@ -48,6 +48,8 @@ H5_DLL herr_t H5BT_create(H5F_t *f, hid_t dxpl_id, haddr_t *addr_p); H5_DLL herr_t H5BT_insert(H5F_t *f, hid_t dxpl_id, haddr_t addr, haddr_t offset, hsize_t length); +H5_DLL herr_t H5BT_remove(H5F_t *f, hid_t dxpl_id, haddr_t addr, haddr_t offset, + hsize_t length); H5_DLL herr_t H5BT_get_total_size(H5F_t *f, hid_t dxpl_id, haddr_t addr, hsize_t *tot_size); |