summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-12 18:24:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-12 18:24:25 (GMT)
commit1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b (patch)
tree93fda3ac4b5af5dc5fa0ba7c5a7f4521d69b1703 /test/h5test.h
parentbdefbb5cba63402c819819545c3d45e862540ee6 (diff)
downloadhdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.zip
hdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.tar.gz
hdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.tar.bz2
[svn-r5605] Purpose:
Code cleanup Description: Clean up some compiler warnings... Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 6cf7277..5781185 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -62,8 +62,8 @@ char *h5_fixname(const char *base_name, hid_t fapl, char *fullname,
hid_t h5_fileaccess(void);
void h5_no_hwconv(void);
void h5_reset(void);
-#ifdef H5_HAVE_PARALLEL
void h5_show_hostname(void);
+#ifdef H5_HAVE_PARALLEL
int h5_set_info_object(void);
void h5_dump_info_object(MPI_Info info);
#endif