diff options
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index 8b47dd5..4d3e4ef 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -62,15 +62,16 @@ typedef struct { typedef intn (*H5I_search_func_t) (void * obj, const void * key); /* Private Functions in H5I.c */ -__DLL__ intn H5I_init_group (H5I_type_t grp, size_t hash_size, uintn reserved, - herr_t (*free_func)(void *)); -__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); -__DLL__ H5I_type_t H5I_get_type (hid_t id); -__DLL__ void *H5I_remove (hid_t id); -__DLL__ void *H5I_search (H5I_type_t grp, H5I_search_func_t func, const void *key); -__DLL__ intn H5I_dec_ref (hid_t id); -__DLL__ hid_t H5I_inc_ref (hid_t id); +__DLL__ intn H5I_init_group(H5I_type_t grp, size_t hash_size, uintn reserved, + herr_t (*free_func)(void *)); +__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); +__DLL__ H5I_type_t H5I_get_type(hid_t id); +__DLL__ void *H5I_remove(hid_t id); +__DLL__ void *H5I_search(H5I_type_t grp, H5I_search_func_t func, + const void *key); +__DLL__ intn H5I_dec_ref(hid_t id); +__DLL__ hid_t H5I_inc_ref(hid_t id); #endif |