summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-29 18:27:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-29 18:27:37 (GMT)
commitbbe23c026f974be06e2aa86cff55cd255b33e2d0 (patch)
treeed03d4462f7477ce9b3710f8fcda146c17c561b1 /src/H5Iprivate.h
parent8b45b9a5f0305b6f881f25a8a7649fb67decca0f (diff)
downloadhdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.zip
hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.gz
hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.bz2
[svn-r7786] Purpose:
Code cleanup & add a feature Description: Added support for querying the file ID of named datatypes to new H5Iget_file_id function. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
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 42369e3..79819a5 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -67,7 +67,6 @@ H5_DLL hid_t H5I_register(H5I_type_t grp, void *object);
H5_DLL void *H5I_object(hid_t id);
H5_DLL void *H5I_object_verify(hid_t id, H5I_type_t id_type);
H5_DLL H5I_type_t H5I_get_type(hid_t id);
-H5_DLL hid_t H5I_get_file_id(hid_t obj_id);
H5_DLL void *H5I_remove(hid_t id);
H5_DLL void *H5I_search(H5I_type_t grp, H5I_search_func_t func, void *key);
H5_DLL int H5I_inc_ref(hid_t id);