summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-07 03:35:29 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-07 03:35:29 (GMT)
commit471150151d29eeb806333a8db41fefc9dfb452bb (patch)
tree06eec7c56a35417e4613e5a2b0bf3dfaf6c3de5a /src/H5Iprivate.h
parentcd69ff018156ac5e9ba2e04852575f126e3fe037 (diff)
parent75b84b09bd249b36a063fd51ecd3383801b0118b (diff)
downloadhdf5-471150151d29eeb806333a8db41fefc9dfb452bb.zip
hdf5-471150151d29eeb806333a8db41fefc9dfb452bb.tar.gz
hdf5-471150151d29eeb806333a8db41fefc9dfb452bb.tar.bz2
Merge pull request #1282 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5I_debug to develop
* commit '75b84b09bd249b36a063fd51ecd3383801b0118b': Updated the H5I debug dump to not segfault when types are not initialized or contain zero IDs in the skip list. The H5I debug ID dump function is now always available instead of hidden behind an H5_DEBUG_OUTPUT ifdef.
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index a10147d..6a0fc01 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -81,5 +81,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 */