diff options
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index a41a3d6..99b6628 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -73,6 +73,8 @@ typedef struct { /* Private Functions in H5I.c */ __DLL__ intn H5I_init_group(H5I_type_t grp, size_t hash_size, uintn reserved, H5I_free_t func); +__DLL__ intn H5I_nmembers(H5I_type_t grp); +__DLL__ herr_t H5I_clear_group(H5I_type_t grp); __DLL__ herr_t H5I_destroy_group(H5I_type_t grp); __DLL__ hid_t H5I_register(H5I_type_t grp, void *object); __DLL__ void *H5I_object(hid_t id); |