summaryrefslogtreecommitdiffstats
path: root/src/H5HLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r--src/H5HLprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h
index d396a53..7ca54b0 100644
--- a/src/H5HLprivate.h
+++ b/src/H5HLprivate.h
@@ -69,6 +69,8 @@ H5_DLL H5HL_t *H5HL_protect(H5F_t *f, hid_t dxpl_id, haddr_t addr, H5AC_protect_
H5_DLL herr_t H5HL_remove(H5F_t *f, hid_t dxpl_id, H5HL_t *heap, size_t offset,
size_t size);
H5_DLL herr_t H5HL_unprotect(H5HL_t *heap);
+H5_DLL herr_t H5HL_depend(H5AC_info_t *parent_entry, H5HL_t *heap);
+H5_DLL herr_t H5HL_undepend(H5AC_info_t *parent_entry, H5HL_t *heap);
/* Debugging routines for dumping file structures */
H5_DLL herr_t H5HL_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, int indent,