summaryrefslogtreecommitdiffstats
path: root/tools/perform/pio_standalone.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-17 22:18:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-17 22:18:21 (GMT)
commit7697305e3bc1e5e317451d15a1a498706a372dbf (patch)
tree94fa3f341a45ccb6ec5a2ec553d5b27e56797b16 /tools/perform/pio_standalone.h
parented86880694a41fe57b3252c7b1388927ff9aee7c (diff)
downloadhdf5-7697305e3bc1e5e317451d15a1a498706a372dbf.zip
hdf5-7697305e3bc1e5e317451d15a1a498706a372dbf.tar.gz
hdf5-7697305e3bc1e5e317451d15a1a498706a372dbf.tar.bz2
Bring perform tools changes from develop
Diffstat (limited to 'tools/perform/pio_standalone.h')
-rw-r--r--tools/perform/pio_standalone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perform/pio_standalone.h b/tools/perform/pio_standalone.h
index fcb6666..8a25cef 100644
--- a/tools/perform/pio_standalone.h
+++ b/tools/perform/pio_standalone.h
@@ -492,8 +492,8 @@ extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */
#endif
#ifdef H5_HAVE_PARALLEL
-H5TEST_DLL int h5_set_info_object(void);
-H5TEST_DLL void h5_dump_info_object(MPI_Info info);
+int h5_set_info_object(void);
+void h5_dump_info_object(MPI_Info info);
#endif