diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-10 16:13:58 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-10 16:13:58 (GMT) |
commit | 451e55aac05e53728556e5b648843dca556a795f (patch) | |
tree | 7930ff05a0595b248c603e716ea6d2527efefa3e /src/H5B2private.h | |
parent | 966d08977122ea825feffc947c385f3735dd52f5 (diff) | |
download | hdf5-451e55aac05e53728556e5b648843dca556a795f.zip hdf5-451e55aac05e53728556e5b648843dca556a795f.tar.gz hdf5-451e55aac05e53728556e5b648843dca556a795f.tar.bz2 |
[svn-r10176] Purpose:
New feature
Description:
Add routine to delete entire B-tree from a file.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5B2private.h')
-rw-r--r-- | src/H5B2private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h index 7598c1f..a61fa64 100644 --- a/src/H5B2private.h +++ b/src/H5B2private.h @@ -115,6 +115,8 @@ H5_DLL herr_t H5B2_remove(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, haddr_t addr, void *udata); H5_DLL herr_t H5B2_get_nrec(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, haddr_t addr, hsize_t *nrec); +H5_DLL herr_t H5B2_delete(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, + haddr_t addr); #endif /* _H5B2private_H */ |