diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-10-03 20:01:15 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-10-03 20:01:15 (GMT) |
commit | 4ad80236ce3c2fecacea4e97116c4d0e925dc92a (patch) | |
tree | 0c816be29625f34f86007806f837a32ad1ec2568 /test/h5test.h | |
parent | 8612c79003c6688603d8738da71b1de41177b5cc (diff) | |
parent | ca6ffd477d11268cb4d37174417befe6506ae47b (diff) | |
download | hdf5-4ad80236ce3c2fecacea4e97116c4d0e925dc92a.zip hdf5-4ad80236ce3c2fecacea4e97116c4d0e925dc92a.tar.gz hdf5-4ad80236ce3c2fecacea4e97116c4d0e925dc92a.tar.bz2 |
[svn-r25665] - fix core driver eof initialization.
- merge from trunk.
- fix expected output for multi VFD h5extend tests after merging in
the change for multi vfd memb addr settings from trunk.
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 753968b..9f773f7 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -142,8 +142,8 @@ extern "C" { /* Generally useful testing routines */ H5TEST_DLL int h5_cleanup(const char *base_name[], hid_t fapl); -H5TEST_DLL char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, - size_t size); +H5TEST_DLL char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size); +H5TEST_DLL char *h5_fixname_no_suffix(const char *base_name, hid_t fapl, char *fullname, size_t size); H5TEST_DLL hid_t h5_fileaccess(void); H5TEST_DLL void h5_no_hwconv(void); H5TEST_DLL const char *h5_rmprefix(const char *filename); |