summaryrefslogtreecommitdiffstats
path: root/src/H5Dmpio.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-07-05 19:36:54 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-07-05 19:36:54 (GMT)
commit0531d92d742d77a8b635f89bf9e8564d88dd4c84 (patch)
treea23c46276e3b41916c59b00005dd54b15e7cdb41 /src/H5Dmpio.c
parent0f78b954f28ebccd1f3b482f7ef5f3bee8817b7b (diff)
downloadhdf5-0531d92d742d77a8b635f89bf9e8564d88dd4c84.zip
hdf5-0531d92d742d77a8b635f89bf9e8564d88dd4c84.tar.gz
hdf5-0531d92d742d77a8b635f89bf9e8564d88dd4c84.tar.bz2
Add prototype for H5D__cmp_filtered_collective_io_info_entry_owner
Diffstat (limited to 'src/H5Dmpio.c')
-rw-r--r--src/H5Dmpio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Dmpio.c b/src/H5Dmpio.c
index 1bd68dd..942f633 100644
--- a/src/H5Dmpio.c
+++ b/src/H5Dmpio.c
@@ -172,6 +172,8 @@ static herr_t H5D__filtered_collective_chunk_entry_io(H5D_filtered_collective_io
static int H5D__cmp_chunk_addr(const void *chunk_addr_info1, const void *chunk_addr_info2);
static int H5D__cmp_filtered_collective_io_info_entry(const void *filtered_collective_io_info_entry1,
const void *filtered_collective_io_info_entry2);
+static int H5D__cmp_filtered_collective_io_info_entry_owner(const void *filtered_collective_io_info_entry1,
+ const void *filtered_collective_io_info_entry2);
/*********************/