From 39af44b6f2501df56998a2458db3551fc232a422 Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Tue, 26 Aug 2014 09:15:08 -0500 Subject: [svn-r25553] minor change. --- src/H5VLpublic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h index 77b935b..f81ca1d 100644 --- a/src/H5VLpublic.h +++ b/src/H5VLpublic.h @@ -437,8 +437,8 @@ H5_DLL ssize_t H5VLget_plugin_name(hid_t id, char *name/*out*/, size_t size); H5_DLL hid_t H5VLobject_register(void *obj, H5I_type_t obj_type, const H5VL_class_t *cls); H5_DLL herr_t H5VLget_object(hid_t obj_id, void **obj, H5VL_t **vol_plugin); #if 0 - H5_DLL hid_t H5VLregister_by_name(const char *plugin_name); - H5_DLL herr_t H5VLioctl(hid_t loc_id or vol_id, , ...); +H5_DLL hid_t H5VLregister_by_name(const char *plugin_name); +H5_DLL herr_t H5VLioctl(hid_t loc_id or vol_id, , ...); #endif #ifdef __cplusplus -- cgit v0.12