summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5FDprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index ae36ce9..0c3f5a5 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -351,7 +351,7 @@ H5_DLL herr_t H5FD_get_driver_name(const H5FD_t *file, char **driver_name);
H5_DLL int shadow_image_defer_free(struct H5F_shared_t *,
const H5FD_vfd_swmr_idx_entry_t *);
H5_DLL herr_t H5FD_vfd_swmr_get_tick_and_idx(H5FD_t *_file, hbool_t read_index,
- uint64_t *tick_ptr, uint32_t *num_entries_ptr,
+ uint64_t *tick_ptr, uint32_t *num_entries_ptr,
H5FD_vfd_swmr_idx_entry_t index[]);
H5_DLL H5FD_vfd_swmr_idx_entry_t *vfd_swmr_enlarge_shadow_index(struct H5F_t *);
H5_DLL void H5FD_vfd_swmr_dump_status(H5FD_t *, uint64_t);