diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2019-01-11 00:00:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2019-01-11 00:00:13 (GMT) |
commit | 6d897f3c10241cbc50a728870d58269d15e36984 (patch) | |
tree | 64372b94782ec9808adcf459efafe21e8c94aa8b /src/H5VLpublic.h | |
parent | a7e0ef996a63b87cc0295b58f37f037c848a6929 (diff) | |
download | hdf5-6d897f3c10241cbc50a728870d58269d15e36984.zip hdf5-6d897f3c10241cbc50a728870d58269d15e36984.tar.gz hdf5-6d897f3c10241cbc50a728870d58269d15e36984.tar.bz2 |
Add API routines to wrap and retrieve objects
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r-- | src/H5VLpublic.h | 2 |
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 */ |