summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-06 22:44:35 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-06 22:44:35 (GMT)
commit843ccf86dd147e245bab269520741b0f103b4d6b (patch)
tree0af8a96abba787fa04f1d3d92af2400066fa133d /src/H5VLnative.h
parent7a070012c08c4ef16a6effc01e03c2ca7cd8fa00 (diff)
downloadhdf5-843ccf86dd147e245bab269520741b0f103b4d6b.zip
hdf5-843ccf86dd147e245bab269520741b0f103b4d6b.tar.gz
hdf5-843ccf86dd147e245bab269520741b0f103b4d6b.tar.bz2
[svn-r22523] - rework how IDs for VOL objects are created
- change how the vlose routine is registered with VOL IDs - some bug fixes
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r--src/H5VLnative.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h
index c65e837..37eb93b 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -30,8 +30,8 @@ extern "C" {
H5_DLL H5VL_class_t *H5VL_native_init(void);
H5_DLL herr_t H5Pset_fapl_native(hid_t fapl_id);
-H5_DLL herr_t H5VL_native_register_aux(hid_t obj_id);
-
+ //H5_DLL herr_t H5VL_native_register_aux(hid_t obj_id);
+H5_DLL hid_t H5VL_native_register(H5I_type_t type, void *obj, hbool_t app_ref);
#ifdef __cplusplus
}
#endif