summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2020-01-28 03:15:19 (GMT)
committerkmu <kmu@hdfgroup.org>2020-01-28 03:15:19 (GMT)
commit3509872fe410c5bcf57a642ad79d98f4d07c7c7f (patch)
treeb31ae7449fa0c3471ce173c6ad0cf8115a0417ce /src
parent96fbea89e79493db7e8f2ee040de21adfec84506 (diff)
downloadhdf5-3509872fe410c5bcf57a642ad79d98f4d07c7c7f.zip
hdf5-3509872fe410c5bcf57a642ad79d98f4d07c7c7f.tar.gz
hdf5-3509872fe410c5bcf57a642ad79d98f4d07c7c7f.tar.bz2
prototype issue
Diffstat (limited to 'src')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 11765d9..c3375df 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -2684,7 +2684,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);