summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-22 16:59:56 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-22 16:59:56 (GMT)
commitcd11fcb14c7174e16dec8f39a566b5d47b9a877a (patch)
treeecd5ded78d9bb0145a592b005fe2da5cb4f9aabf /src/H5Iprivate.h
parent5236eb16ab23754ec171b0a17a4ca130508a8958 (diff)
downloadhdf5-cd11fcb14c7174e16dec8f39a566b5d47b9a877a.zip
hdf5-cd11fcb14c7174e16dec8f39a566b5d47b9a877a.tar.gz
hdf5-cd11fcb14c7174e16dec8f39a566b5d47b9a877a.tar.bz2
[svn-r25544] - add a new version of H5Lis_registered.
- rename external log plugin test in examples.
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 a902be5..ef8b3d3 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -88,7 +88,7 @@ H5_DLL int H5I_dec_app_ref_always_close(hid_t id);
H5_DLL herr_t H5I_dec_type_ref(H5I_type_t type);
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);
+H5_DLL hid_t H5I_get_id(const void *object, H5I_type_t type);
#endif /* _H5Iprivate_H */