diff options
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 6f4355b..04ee954 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -139,4 +139,13 @@ void test_h5s(void); void test_h5d(void); void test_attr(void); -#endif /* HDF5TEST_H */ +/* Prototypes for the cleanup routines */ +void cleanup_metadata(void); +void cleanup_file(void); +void cleanup_heap(void); +void cleanup_ohdr(void); +void cleanup_stab(void); +void cleanup_h5s(void); +void cleanup_attr(void); + +#endif /* HDF5cleanup_H */ |