summaryrefslogtreecommitdiffstats
path: root/src/H5BTprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5BTprivate.h')
-rw-r--r--src/H5BTprivate.h1
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 */