summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-17 21:03:56 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-17 21:03:56 (GMT)
commit76cf50e27874f458c7958157fbadde017efa56df (patch)
treebb39e409e17b07f0a0bd475ec6cef9c8289d5416 /src/H5Iprivate.h
parent1e612c3a46880773d53ad315f3aef2104abb9347 (diff)
downloadhdf5-76cf50e27874f458c7958157fbadde017efa56df.zip
hdf5-76cf50e27874f458c7958157fbadde017efa56df.tar.gz
hdf5-76cf50e27874f458c7958157fbadde017efa56df.tar.bz2
[svn-r22587] update the H5I_register_aux to not take the free routine, as it is registered already in the class for each type
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index 5f9604e..fe07ced 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -91,7 +91,7 @@ H5_DLL int H5I_dec_app_ref_always_close(hid_t id);
H5_DLL int H5I_inc_type_ref(H5I_type_t type);
H5_DLL herr_t H5I_dec_type_ref(H5I_type_t type);
H5_DLL int H5I_get_type_ref(H5I_type_t type);
-H5_DLL herr_t H5I_register_aux(hid_t id, void *aux_ptr, H5I_free2_t free_func);
+H5_DLL herr_t H5I_register_aux(hid_t id, void *aux_ptr);
H5_DLL void *H5I_get_aux(hid_t id);
H5_DLL hid_t H5I_get_id(void *object, H5I_type_t type);
#endif /* _H5Iprivate_H */