summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2020-01-29 20:03:48 (GMT)
committerkmu <kmu@hdfgroup.org>2020-01-29 20:03:48 (GMT)
commitc586d91ea003f37d130c2c45eea6f573f7d3d3bc (patch)
tree8ea8c02a7b13f323601128e9b58f6347b35e82c9 /src/H5VLconnector.h
parent4453dc2998f9e053896a0d2da6484c3884ce0c6a (diff)
parent43d41633a1ebfb77e5b7f688f31a2be20271300f (diff)
downloadhdf5-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.h3
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
}