diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-11-18 20:04:35 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:17:26 (GMT) |
commit | c77bda497ade39a1c370223f80be840c07cf6bb4 (patch) | |
tree | cfc04bd3b5c3b16b3bd7c7add6b4668e5d2e2eed /src | |
parent | ac3ffbeff94b62ac0d838246ef86cca84c8686af (diff) | |
download | hdf5-c77bda497ade39a1c370223f80be840c07cf6bb4.zip hdf5-c77bda497ade39a1c370223f80be840c07cf6bb4.tar.gz hdf5-c77bda497ade39a1c370223f80be840c07cf6bb4.tar.bz2 |
Fixed the H5_mpi_get_bigio_count function prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index ba40ba7..4eac82d 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -2727,7 +2727,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(hsize_t new_count); -H5_DLL hsize_t H5_mpi_get_bigio_count(); +H5_DLL hsize_t H5_mpi_get_bigio_count(void); 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); H5_DLL herr_t H5_mpi_comm_free(MPI_Comm *comm); |