summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-08 17:05:20 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-08 17:05:20 (GMT)
commite3e4c3710976810ed7a9109d9b4f9d842eca2954 (patch)
treec85f2d5dcb00b7ccb8f80774818cce25a89e3d0f /src/H5VLnative.h
parent68067443e04f352aeca5b41243e77e4aacc4cd98 (diff)
downloadhdf5-e3e4c3710976810ed7a9109d9b4f9d842eca2954.zip
hdf5-e3e4c3710976810ed7a9109d9b4f9d842eca2954.tar.gz
hdf5-e3e4c3710976810ed7a9109d9b4f9d842eca2954.tar.bz2
[svn-r25521] major rework of the internal setup of VOL plugins to make it more
symmetrical to VFDs and allow new functionality to be implemented later. + some Bug fixes
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r--src/H5VLnative.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h
index 37eb93b..36177ed 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -28,10 +28,9 @@
extern "C" {
#endif
-H5_DLL H5VL_class_t *H5VL_native_init(void);
+H5_DLL hid_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 hid_t H5VL_native_register(H5I_type_t type, void *obj, hbool_t app_ref);
+
#ifdef __cplusplus
}
#endif