summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-25 22:38:21 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-11-25 22:38:21 (GMT)
commitd07aeef6adaf7c4f6d97ceb213d60cc60a8dbc6e (patch)
tree87e88628f584724b4ec2af1ee6e3cc2a01e00cf1 /src/H5private.h
parentf2f8a554e65ee3e3ca501adf80fbdfd0225dac3f (diff)
parentb8a56718e40efaf6954a760984b9d513dbff8f7d (diff)
downloadhdf5-d07aeef6adaf7c4f6d97ceb213d60cc60a8dbc6e.zip
hdf5-d07aeef6adaf7c4f6d97ceb213d60cc60a8dbc6e.tar.gz
hdf5-d07aeef6adaf7c4f6d97ceb213d60cc60a8dbc6e.tar.bz2
Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h2
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);