diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-11-18 20:04:35 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-11-18 20:04:35 (GMT) |
commit | c440e05de82b224a0a6b042ec8a27accdc1e48ae (patch) | |
tree | 95c1410c0101ec0ebb4007dfb2cf3e42284f1e87 /src/H5private.h | |
parent | 3593b3d201dd6eac4a71e67db02a54959d9a169e (diff) | |
download | hdf5-c440e05de82b224a0a6b042ec8a27accdc1e48ae.zip hdf5-c440e05de82b224a0a6b042ec8a27accdc1e48ae.tar.gz hdf5-c440e05de82b224a0a6b042ec8a27accdc1e48ae.tar.bz2 |
Fixed the H5_mpi_get_bigio_count function prototype
Diffstat (limited to 'src/H5private.h')
-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 b5ee984..2b35bd4 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -2688,7 +2688,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); |