diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-18 00:33:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-18 00:33:17 (GMT) |
commit | ba50d969c6e159ec45e2df7879e651fdf4c31948 (patch) | |
tree | 9473419f05d54dea92d10cd07dc3dacc72a46da7 /src/H5BTprivate.h | |
parent | b5ebea64d0ded6fefed1f1658f6919b6d6eacb7a (diff) | |
download | hdf5-ba50d969c6e159ec45e2df7879e651fdf4c31948.zip hdf5-ba50d969c6e159ec45e2df7879e651fdf4c31948.tar.gz hdf5-ba50d969c6e159ec45e2df7879e651fdf4c31948.tar.bz2 |
[svn-r10230] Purpose:
New feature
Description:
Add in support for deleting entire block tracker.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5BTprivate.h')
-rw-r--r-- | src/H5BTprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5BTprivate.h b/src/H5BTprivate.h index 48d5384..b98aac1 100644 --- a/src/H5BTprivate.h +++ b/src/H5BTprivate.h @@ -52,6 +52,7 @@ 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); +H5_DLL herr_t H5BT_delete(H5F_t *f, hid_t dxpl_id, haddr_t addr); #endif /* _H5BTprivate_H */ |