diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-11-16 00:52:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-11-16 00:52:42 (GMT) |
commit | e70783203ab603627147c565d0fe08ddbe103981 (patch) | |
tree | c9b996abe51516c398e16da488b226234e1a6d3b /src/H5Gpkg.h | |
parent | da16ec38eb79823243f5bcc6d70905ddfed31c53 (diff) | |
download | hdf5-e70783203ab603627147c565d0fe08ddbe103981.zip hdf5-e70783203ab603627147c565d0fe08ddbe103981.tar.gz hdf5-e70783203ab603627147c565d0fe08ddbe103981.tar.bz2 |
[svn-r11732] Purpose:
More tests
Description:
Add more tests for proper behavior of groups with different group
creation property settings.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4
Solaris 2.8
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r-- | src/H5Gpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h index ad65fc1..80a3413 100644 --- a/src/H5Gpkg.h +++ b/src/H5Gpkg.h @@ -404,6 +404,7 @@ H5_DLL herr_t H5G_loc_remove(H5G_loc_t *grp_loc, const char *name, H5_DLL htri_t H5G_is_empty_test(hid_t gid); H5_DLL htri_t H5G_has_links_test(hid_t gid, unsigned *nmsgs); H5_DLL htri_t H5G_has_stab_test(hid_t gid); +H5_DLL herr_t H5G_lheap_size_test(hid_t gid, size_t *lheap_size); #endif /* H5G_TESTING */ #endif |