summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-14 21:14:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-14 21:14:12 (GMT)
commitbf5165c748def41aec8b1904d450b319617f5e57 (patch)
tree92ab62f31469b774c529cdb9cdca4485214221f5 /test/testhdf5.h
parent41b05e1ce0abd75acdf7c8b69929e3aa072ac35d (diff)
downloadhdf5-bf5165c748def41aec8b1904d450b319617f5e57.zip
hdf5-bf5165c748def41aec8b1904d450b319617f5e57.tar.gz
hdf5-bf5165c748def41aec8b1904d450b319617f5e57.tar.bz2
[svn-r489] Changed more API functions to the new names as documented. Also, added
stub for testing selections.
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 04ee954..c455b2b 100644
--- a/test/testhdf5.h
+++ b/test/testhdf5.h
@@ -138,6 +138,7 @@ void test_h5t(void);
void test_h5s(void);
void test_h5d(void);
void test_attr(void);
+void test_select(void);
/* Prototypes for the cleanup routines */
void cleanup_metadata(void);
@@ -147,5 +148,6 @@ void cleanup_ohdr(void);
void cleanup_stab(void);
void cleanup_h5s(void);
void cleanup_attr(void);
+void cleanup_select(void);
#endif /* HDF5cleanup_H */