summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-04-10 15:58:59 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-04-10 15:58:59 (GMT)
commit4feb2100591c802ea450dc26dae4e0546479fa96 (patch)
tree7519ef68d09ca5ef6c6e3de372eca4540ac1f688 /test/h5test.h
parent1fb34f7e8cb960bdf8132cd4cf63b5c7cf11a969 (diff)
downloadhdf5-4feb2100591c802ea450dc26dae4e0546479fa96.zip
hdf5-4feb2100591c802ea450dc26dae4e0546479fa96.tar.gz
hdf5-4feb2100591c802ea450dc26dae4e0546479fa96.tar.bz2
Make corresponding changes for version bounds in V110.
This is based on PR#1639 merged to develop branch.
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 8e87192..afd3a4c 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -142,6 +142,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);
/* Functions that will replace VFD-dependent functions that violate
* the single responsibility principle. Unlike their predecessors,