From ca54c5f06e41c26ff9fff559eb1ce93a11898fc5 Mon Sep 17 00:00:00 2001 From: Richard Warren Date: Wed, 23 Oct 2019 14:45:55 -0400 Subject: Fixed the H5_set_bigio_count prototype by adding a missing input argument. --- src/H5private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5private.h b/src/H5private.h index a0eb527..0bfc91b 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -2670,7 +2670,7 @@ H5_DLL herr_t H5_combine_path(const char *path1, const char *path2, char **ful #ifdef H5_HAVE_PARALLEL /* Generic MPI functions */ -H5_DLL hsize_t H5_mpi_set_bigio_count(); +H5_DLL hsize_t H5_mpi_set_bigio_count(hsize_t new_count); H5_DLL hsize_t H5_mpi_get_bigio_count(); H5_DLL herr_t H5_mpi_comm_dup(MPI_Comm comm, MPI_Comm *comm_new); H5_DLL herr_t H5_mpi_info_dup(MPI_Info info, MPI_Info *info_new); -- cgit v0.12