diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-04-04 21:29:37 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-04-04 21:29:37 (GMT) |
commit | 0073f198978dea0116bd74816b3119dfeb09144b (patch) | |
tree | db2698fb4cc1d3e332d99834dd2cae170feed2e4 /test/h5test.h | |
parent | aa696a47715c3dd9c068f71915c6dcf23745441c (diff) | |
download | hdf5-0073f198978dea0116bd74816b3119dfeb09144b.zip hdf5-0073f198978dea0116bd74816b3119dfeb09144b.tar.gz hdf5-0073f198978dea0116bd74816b3119dfeb09144b.tar.bz2 |
Set V112 as the latest format and extend the arrays of version bounds.
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h index 8c3ce6b..ada52ad 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -148,6 +148,7 @@ H5TEST_DLL int h5_make_local_copy(const char *origfilename, const char *local_co 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 H5VL_class_t *h5_get_dummy_vol_class(void); +H5TEST_DLL 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); |