summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r--test/testhdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h
index 574bfeb..d2d4a9b 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -126,6 +126,7 @@ void test_attr(void);
void test_select(void);
void test_reference(void);
void test_vltypes(void);
+void test_vlstrings(void);
/* Prototypes for the cleanup routines */
void cleanup_metadata(void);
@@ -135,5 +136,6 @@ void cleanup_attr(void);
void cleanup_select(void);
void cleanup_reference(void);
void cleanup_vltypes(void);
+void cleanup_vlstrings(void);
#endif /* HDF5cleanup_H */