summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-01-11 01:43:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-01-11 01:43:43 (GMT)
commitb82ced10619731125b9db7b1ac36f3844463df9a (patch)
tree016958fa63e100610ad6d181ade4af667da1a67f /src/H5VLpublic.h
parent8522539a9eed42e7d6d380a8a54bdcfe31ec9b2a (diff)
parent0843353176dce545daf233e1e580ae9516291bfc (diff)
downloadhdf5-b82ced10619731125b9db7b1ac36f3844463df9a.zip
hdf5-b82ced10619731125b9db7b1ac36f3844463df9a.tar.gz
hdf5-b82ced10619731125b9db7b1ac36f3844463df9a.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 5de36c8..dd1ed54 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -433,6 +433,8 @@ H5_DLL herr_t H5VLunregister_connector(hid_t connector_id);
/* Helper routines for VOL connector authors */
H5_DLL herr_t H5VLcmp_connector_cls(int *cmp, hid_t connector_id1, hid_t connector_id2);
+H5_DLL hid_t H5VLwrap_register(void *obj, H5I_type_t type);
+H5_DLL void *H5VLobject(hid_t obj_id);
/* Public wrappers for generic callbacks */