summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r--src/H5Cpkg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h
index 988dfff..6d75222 100644
--- a/src/H5Cpkg.h
+++ b/src/H5Cpkg.h
@@ -3769,7 +3769,9 @@ struct H5C_t {
/******************************/
/* Package Private Prototypes */
/******************************/
-
+H5_DLL herr_t H5C__flush_single_entry(const H5F_t *f, hid_t dxpl_id,
+ haddr_t addr, unsigned flags, hbool_t del_entry_from_slist_on_destroy,
+ int64_t *entry_size_change_ptr);
#endif /* _H5Cpkg_H */