summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-09-29 00:30:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-09-29 00:30:47 (GMT)
commit523f5cebb2bd446bba9b9c6e91f4335f67d90ea1 (patch)
treef387ba192c99003fb65a5eb26247240298be7618 /test/testhdf5.h
parent4d5186a245fa6f86efbbb77a2b640b1369dd58f5 (diff)
downloadhdf5-523f5cebb2bd446bba9b9c6e91f4335f67d90ea1.zip
hdf5-523f5cebb2bd446bba9b9c6e91f4335f67d90ea1.tar.gz
hdf5-523f5cebb2bd446bba9b9c6e91f4335f67d90ea1.tar.bz2
[svn-r1690] Added VL string test code.
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 */