summaryrefslogtreecommitdiffstats
path: root/src/H5Ipublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-23 21:57:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-23 21:57:52 (GMT)
commit8c1762f8a68ff8d30717104f01d1382829518730 (patch)
tree52802d5c3ae4efb11016db757707b142fcbf2224 /src/H5Ipublic.h
parent434a6d2f8bb7aa879b4fe58a5d80dc8836786ed8 (diff)
downloadhdf5-8c1762f8a68ff8d30717104f01d1382829518730.zip
hdf5-8c1762f8a68ff8d30717104f01d1382829518730.tar.gz
hdf5-8c1762f8a68ff8d30717104f01d1382829518730.tar.bz2
[svn-r17231] Description:
Bring r17230 back from trunk to 1.8 branch: Various minor tuneups noticed in working on the revise_chunks branch. Tested on: Mac OS X/32 10.5.7 (amazon) debug & production full testing done on trunk before bringing change back.
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r--src/H5Ipublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h
index 608bc9c..d630556 100644
--- a/src/H5Ipublic.h
+++ b/src/H5Ipublic.h
@@ -77,7 +77,7 @@ extern "C" {
/* Public API functions */
-H5_DLL hid_t H5Iregister(H5I_type_t type, void *object);
+H5_DLL hid_t H5Iregister(H5I_type_t type, const void *object);
H5_DLL void *H5Iobject_verify(hid_t id, H5I_type_t id_type);
H5_DLL void *H5Iremove_verify(hid_t id, H5I_type_t id_type);
H5_DLL H5I_type_t H5Iget_type(hid_t id);