summaryrefslogtreecommitdiffstats
path: root/src/H5B2private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-03-10 16:13:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-03-10 16:13:58 (GMT)
commit451e55aac05e53728556e5b648843dca556a795f (patch)
tree7930ff05a0595b248c603e716ea6d2527efefa3e /src/H5B2private.h
parent966d08977122ea825feffc947c385f3735dd52f5 (diff)
downloadhdf5-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.h2
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 */