diff options
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/h5test.h b/test/h5test.h index 052f6b5..3d18a2b 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -230,8 +230,8 @@ H5TEST_DLL int h5_compare_file_bytes(char *fname1, char *fname2); H5TEST_DLL int h5_duplicate_file_by_bytes(const char *orig, const char *dest); H5TEST_DLL herr_t h5_check_if_file_locking_enabled(hbool_t *are_enabled); H5TEST_DLL hbool_t h5_using_default_driver(const char *drv_name); -H5TEST_DLL hbool_t h5_using_parallel_driver(const char *drv_name); -H5TEST_DLL hbool_t h5_driver_uses_modified_filename(void); +H5TEST_DLL herr_t h5_using_parallel_driver(hid_t fapl_id, hbool_t *driver_is_parallel); +H5TEST_DLL herr_t h5_driver_is_default_vfd_compatible(hid_t fapl_id, hbool_t *default_vfd_compatible); H5TEST_DLL hbool_t h5_driver_uses_multiple_files(const char *drv_name, unsigned flags); /* Functions that will replace components of a FAPL */ |