diff options
author | James Laird <jlaird@hdfgroup.org> | 2004-06-18 16:56:04 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2004-06-18 16:56:04 (GMT) |
commit | f249eed71d4b646bc57a43f28e32f3c2d9d71050 (patch) | |
tree | 831e79372ff27e582d5a1022e189a71d192256eb /test/testhdf5.h | |
parent | a83233a2c9f1fff24cffe02d4fa3fdaab3f92ff1 (diff) | |
download | hdf5-f249eed71d4b646bc57a43f28e32f3c2d9d71050.zip hdf5-f249eed71d4b646bc57a43f28e32f3c2d9d71050.tar.gz hdf5-f249eed71d4b646bc57a43f28e32f3c2d9d71050.tar.bz2 |
[svn-r8707] Changed the way HDF5 handles hid_t's and added API functions to allow users to register IDs and ID types at runtime.
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 15c9fe1..f01a32e 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -197,6 +197,7 @@ void test_array(void); void test_genprop(void); void test_configure(void); void test_misc(void); +void test_ids(void); /* Prototypes for the cleanup routines */ void cleanup_metadata(void); |