diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 19:03:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 19:03:43 (GMT) |
commit | 92f5e443f8105b51697afb67daca9066793ab05d (patch) | |
tree | 9b3ca110f7204ae9f2925fd296215464ee18ee26 /test/h5test.h | |
parent | 8daa13f3cd24ac980feb71e723ce123d4655b4fe (diff) | |
download | hdf5-92f5e443f8105b51697afb67daca9066793ab05d.zip hdf5-92f5e443f8105b51697afb67daca9066793ab05d.tar.gz hdf5-92f5e443f8105b51697afb67daca9066793ab05d.tar.bz2 |
[svn-r7308] Purpose:
Code cleanup
Description:
Made automatic error printing routine, h5_errors(), static.
Passed along error stack in h5_errors()
Platforms tested:
h5committested
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h index 2cdf217..5084c6f 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -68,7 +68,6 @@ extern "C" { #endif H5TEST_DLL int h5_cleanup(const char *base_name[], hid_t fapl); -H5TEST_DLL herr_t h5_errors(void *client_data); H5TEST_DLL char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size); H5TEST_DLL hid_t h5_fileaccess(void); |