summaryrefslogtreecommitdiffstats
path: root/src/H5C2private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5C2private.h')
-rw-r--r--src/H5C2private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C2private.h b/src/H5C2private.h
index 73f75e5..98120d7 100644
--- a/src/H5C2private.h
+++ b/src/H5C2private.h
@@ -1338,7 +1338,7 @@ H5_DLL herr_t H5C2_insert_entry(H5F_t * f,
void * thing,
unsigned int flags);
-H5_DLL herr_t H5C2_mark_entries_as_clean(H5C2_t * cache_ptr,
+H5_DLL herr_t H5C2_mark_entries_as_clean(H5F_t * f,
hid_t dxpl_id,
int32_t ce_array_len,
haddr_t * ce_array_ptr);