summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-07-05 18:35:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-07-05 18:35:03 (GMT)
commit63647cd36336e35cac95c9ed4ab48deadee8ebd0 (patch)
tree90e5be9bc1b17c792d2e3e83b22acef933313f8f /test/h5test.h
parent7e9d5c2c3727a8d17e81c25ad8106d35f55f329d (diff)
downloadhdf5-63647cd36336e35cac95c9ed4ab48deadee8ebd0.zip
hdf5-63647cd36336e35cac95c9ed4ab48deadee8ebd0.tar.gz
hdf5-63647cd36336e35cac95c9ed4ab48deadee8ebd0.tar.bz2
Merge of recent develop work to 1.10 branch.
Fixes for: * HDFFV-10247 (autotools Fortran long double bug) * HDFFV-10248 (autotools deprecated debug/production tweak) * HDFFV-10250 (-fno-omit-frame-pointer w/ symbols) * Disabled missing parameter warnings in Java constant code * Added H5I_VFL ID checks to tmisc.c * Added 'get a dummy VFD' call to h5test library
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 0e23255..ce5c64d 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -136,6 +136,7 @@ H5TEST_DLL h5_stat_size_t h5_get_file_size(const char *filename, hid_t fapl);
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);
/* Functions that will replace VFD-dependent functions that violate
* the single responsibility principle. Unlike their predecessors,