summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-11-10 18:09:38 (GMT)
committerGitHub <noreply@github.com>2021-11-10 18:09:38 (GMT)
commita777e3075ef51adb15d2618c6d2fa4687444a098 (patch)
treec0b8e1940784026a66d575cee3a5d8732a733c87 /src/H5VLpublic.h
parentb488eb4ecc5397876d43f49a6892aa848ad45bdf (diff)
downloadhdf5-a777e3075ef51adb15d2618c6d2fa4687444a098.zip
hdf5-a777e3075ef51adb15d2618c6d2fa4687444a098.tar.gz
hdf5-a777e3075ef51adb15d2618c6d2fa4687444a098.tar.bz2
Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native APIs (#1184)
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index ac68cc4..543c3c8 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -362,11 +362,13 @@ H5_DLL herr_t H5VLquery_optional(hid_t obj_id, H5VL_subclass_t subcls, int opt_t
* VOL connector object.
*
* \param[in] obj_id Object identifier
- * \return \hbool_t
+ * \param[in] is_native Boolean determining whether object is a native
+ * VOL connector object
+ * \return \herr_t
*
- * \since 1.12.1
+ * \since 1.13.0
*/
-H5_DLL hbool_t H5VLobject_is_native(hid_t obj_id);
+H5_DLL herr_t H5VLobject_is_native(hid_t obj_id, hbool_t *is_native);
#ifdef __cplusplus
}