diff options
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/h5test.h b/test/h5test.h index 874a5f6..1dc00c6 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -23,13 +23,6 @@ /* - * This array should contain a list of file base names created by the test. - * The base name is a word like `test' which will have a prefix and suffix - * added to result in something like `ufs:/u/matzke/test.h5' - */ -extern const char *FILENAME[]; - -/* * This contains the filename prefix specificied as command line option for * the parallel test files. */ @@ -60,7 +53,7 @@ extern char *paraprefix; extern "C" { #endif -int h5_cleanup(hid_t fapl); +int h5_cleanup(const char *base_name[], hid_t fapl); herr_t h5_errors(void *client_data); char *h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size); |