summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-07-01 01:35:09 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-07-01 01:35:09 (GMT)
commitb6944aeb2abfdab1d0522e065e298945eefa2fe7 (patch)
treecdb78626777c3200d9329c4e0264d17bd8c91f9f /test/h5test.h
parent5262b98b34067c1aad30cb25f8e935711638f2c1 (diff)
downloadhdf5-b6944aeb2abfdab1d0522e065e298945eefa2fe7.zip
hdf5-b6944aeb2abfdab1d0522e065e298945eefa2fe7.tar.gz
hdf5-b6944aeb2abfdab1d0522e065e298945eefa2fe7.tar.bz2
Added a test for VFD IDs to testhdf5.
This required adding some code to generate a fake VFD class to pass to H5FDregister(). Also, a bunch of whitespace and comment tidying.
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,