diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-29 20:03:48 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-29 20:03:48 (GMT) |
commit | c586d91ea003f37d130c2c45eea6f573f7d3d3bc (patch) | |
tree | 8ea8c02a7b13f323601128e9b58f6347b35e82c9 /src/H5VLconnector.h | |
parent | 4453dc2998f9e053896a0d2da6484c3884ce0c6a (diff) | |
parent | 43d41633a1ebfb77e5b7f688f31a2be20271300f (diff) | |
download | hdf5-c586d91ea003f37d130c2c45eea6f573f7d3d3bc.zip hdf5-c586d91ea003f37d130c2c45eea6f573f7d3d3bc.tar.gz hdf5-c586d91ea003f37d130c2c45eea6f573f7d3d3bc.tar.bz2 |
Merge branch 'develop' into misc
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r-- | src/H5VLconnector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h index 9bc3a7b..baa4cca 100644 --- a/src/H5VLconnector.h +++ b/src/H5VLconnector.h @@ -512,7 +512,8 @@ H5_DLL hid_t H5VLregister_connector(const H5VL_class_t *cls, hid_t vipl_id); H5_DLL void *H5VLobject(hid_t obj_id); H5_DLL hid_t H5VLget_file_type(void *file_obj, hid_t connector_id, hid_t dtype_id); -H5_DLL hid_t H5VLpeek_connector_id(const char *name); +H5_DLL hid_t H5VLpeek_connector_id_by_name(const char *name); +H5_DLL hid_t H5VLpeek_connector_id_by_value(H5VL_class_value_t value); #ifdef __cplusplus } |