summaryrefslogtreecommitdiffstats
path: root/src/H5BTprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5BTprivate.h')
-rw-r--r--src/H5BTprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5BTprivate.h b/src/H5BTprivate.h
index e506051..2c01e51 100644
--- a/src/H5BTprivate.h
+++ b/src/H5BTprivate.h
@@ -46,6 +46,8 @@
/* Library-private Function Prototypes */
/***************************************/
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);
#endif /* _H5BTprivate_H */