summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index cd9682d..2779a2b 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -924,11 +924,13 @@ H5_DLL herr_t H5F_block_write(H5F_t *f, H5FD_mem_t type, haddr_t addr, size_t si
/* Functions that operate on selections of elements in the file */
H5_DLL herr_t H5F_shared_select_read(H5F_shared_t *f_sh, H5FD_mem_t type, uint32_t count,
- const struct H5S_t * const *mem_spaces, const struct H5S_t * const *file_spaces,
- haddr_t offsets[], size_t element_sizes[], void *bufs[] /* out */);
+ const struct H5S_t *const *mem_spaces,
+ const struct H5S_t *const *file_spaces, haddr_t offsets[],
+ size_t element_sizes[], void *bufs[] /* out */);
H5_DLL herr_t H5F_shared_select_write(H5F_shared_t *f_sh, H5FD_mem_t type, uint32_t count,
- const struct H5S_t * const *mem_spaces, const struct H5S_t * const *file_spaces,
- haddr_t offsets[], size_t element_sizes[], const void *bufs[]);
+ const struct H5S_t *const *mem_spaces,
+ const struct H5S_t *const *file_spaces, haddr_t offsets[],
+ size_t element_sizes[], const void *bufs[]);
/* Functions that flush or evict */
H5_DLL herr_t H5F_flush_tagged_metadata(H5F_t *f, haddr_t tag);