diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-31 02:31:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-31 02:31:43 (GMT) |
commit | d531e1b6f781de58fafbe5a902636de57e56ae30 (patch) | |
tree | baed7116357ca42bc17b03e623271b48ac32d325 /src/H5Iprivate.h | |
parent | a88e78ace708f47fdd1169582189bb33789131ab (diff) | |
download | hdf5-d531e1b6f781de58fafbe5a902636de57e56ae30.zip hdf5-d531e1b6f781de58fafbe5a902636de57e56ae30.tar.gz hdf5-d531e1b6f781de58fafbe5a902636de57e56ae30.tar.bz2 |
Updated the H5I debug function so it's more robust and always
available.
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index 3bfde93..25a0572 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -82,5 +82,8 @@ H5_DLL int H5I_dec_app_ref(hid_t id); H5_DLL int H5I_dec_app_ref_always_close(hid_t id); H5_DLL int H5I_dec_type_ref(H5I_type_t type); +/* Debugging functions */ +H5_DLL herr_t H5I_dump_ids_for_type(H5I_type_t type); + #endif /* _H5Iprivate_H */ |