summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-05-08 16:36:58 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-05-08 16:36:58 (GMT)
commit90ccb5c3c3efe341071ae4cdf41db8cc3d2e8906 (patch)
tree2f751f8eed8d2ea10e4819457340151488ceba36 /src/H5Iprivate.h
parent8ec42ced8063d739ec6c3d656b0556c3aafbc395 (diff)
downloadhdf5-90ccb5c3c3efe341071ae4cdf41db8cc3d2e8906.zip
hdf5-90ccb5c3c3efe341071ae4cdf41db8cc3d2e8906.tar.gz
hdf5-90ccb5c3c3efe341071ae4cdf41db8cc3d2e8906.tar.bz2
[svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the iteration process over datasets, groups, and files as Quincey suggested. I also removed H5I_search that I introduced in last commit but didn't actually used it.
Tested on jam and koala - simple change.
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index 28b6327..ff1463d 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -78,7 +78,6 @@ H5_DLL H5I_type_t H5I_get_type(hid_t id);
H5_DLL hid_t H5I_get_file_id(hid_t obj_id, hbool_t app_ref);
H5_DLL void *H5I_remove(hid_t id);
H5_DLL void *H5I_remove_verify(hid_t id, H5I_type_t id_type);
-H5_DLL void *H5I_search(H5I_type_t _type, H5I_search_func_t _func, void *_key);
H5_DLL herr_t H5I_iterate(H5I_type_t type, H5I_search_func_t func, void *udata, hbool_t app_ref);
H5_DLL int H5I_get_ref(hid_t id, hbool_t app_ref);
H5_DLL int H5I_inc_ref(hid_t id, hbool_t app_ref);