summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-09-26 22:47:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-10-11 02:46:22 (GMT)
commit71f36b343ac758029de343c0afa2d6269eb56468 (patch)
treeb47bfab236ac7886308d1d6c09f6bb1effacdb42 /src/H5Iprivate.h
parent75bb8add458930420b1d0856605ecc55ff2e12de (diff)
downloadhdf5-71f36b343ac758029de343c0afa2d6269eb56468.zip
hdf5-71f36b343ac758029de343c0afa2d6269eb56468.tar.gz
hdf5-71f36b343ac758029de343c0afa2d6269eb56468.tar.bz2
Converted H5O MD cache cork calls to use the VOL.
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index 9068b5f..cc1ce1f 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -92,6 +92,7 @@ H5_DLL void *H5I_object(hid_t id);
H5_DLL void *H5I_object_verify(hid_t id, H5I_type_t id_type);
H5_DLL void *H5I_remove(hid_t id);
H5_DLL void *H5I_subst(hid_t id, const void *new_object);
+H5_DLL htri_t H5I_is_file_object(hid_t id);
/* ID registration functions */
H5_DLL hid_t H5I_register(H5I_type_t type, const void *object, hbool_t app_ref);