summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-20 17:03:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-20 17:03:41 (GMT)
commit2d43fb8f02956d95fffb9b6d17f54d46aa8671bb (patch)
tree434aafca9b9f4ddb8191c46936d2f95450e274dd /test/h5test.h
parentfd404f711b8a587a5b5534f268a918115884bd56 (diff)
downloadhdf5-2d43fb8f02956d95fffb9b6d17f54d46aa8671bb.zip
hdf5-2d43fb8f02956d95fffb9b6d17f54d46aa8671bb.tar.gz
hdf5-2d43fb8f02956d95fffb9b6d17f54d46aa8671bb.tar.bz2
Moved srcdir changes over from develop.
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 9d57bde..27de161 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -146,7 +146,7 @@ H5TEST_DLL int print_func(const char *format, ...);
H5TEST_DLL int h5_make_local_copy(const char *origfilename, const char *local_copy_name);
H5TEST_DLL herr_t h5_verify_cached_stabs(const char *base_name[], hid_t fapl);
H5TEST_DLL H5FD_class_t *h5_get_dummy_vfd_class(void);
-H5TEST_DLL char *h5_get_version_string(H5F_libver_t libver);
+H5TEST_DLL const char *h5_get_version_string(H5F_libver_t libver);
/* Functions that will replace components of a FAPL */
H5TEST_DLL herr_t h5_get_vfd_fapl(hid_t fapl_id);