diff options
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/h5test.h b/test/h5test.h index fa69b9f..fc26f2f 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -54,8 +54,7 @@ extern const char *FILENAME[]; extern "C" { #endif -void h5_cleanup(hid_t fapl); -void h5_cleanup(hid_t fapl); +int h5_cleanup(hid_t fapl); herr_t h5_errors(void __unused__ *client_data); char *h5_fixname(const char *basename, hid_t fapl, char *fullname, size_t size); |