diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-10-20 20:06:37 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-10-20 20:06:37 (GMT) |
commit | 46c5b059f1a7c434bff7b04f56f74de84a41edd2 (patch) | |
tree | eeef0e0419367e03115375fa986ee23a535fa32c /src/H5VLnative.h | |
parent | 5f99891e6dc59524fb6e43ca96a86df22b403c61 (diff) | |
download | hdf5-46c5b059f1a7c434bff7b04f56f74de84a41edd2.zip hdf5-46c5b059f1a7c434bff7b04f56f74de84a41edd2.tar.gz hdf5-46c5b059f1a7c434bff7b04f56f74de84a41edd2.tar.bz2 |
Split H5VLnative.h into public and private files and updated
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r-- | src/H5VLnative.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h index 19b9ff9..832c758 100644 --- a/src/H5VLnative.h +++ b/src/H5VLnative.h @@ -17,9 +17,6 @@ #ifndef _H5VLnative_H #define _H5VLnative_H -/* Initializer function for native VOL driver */ -#define H5VL_NATIVE (H5VL_native_init()) - /* Characteristics of the native VOL driver */ #define H5VL_NATIVE_NAME "native" #define H5VL_NATIVE_VALUE H5_VOL_NATIVE /* enum value */ @@ -30,12 +27,7 @@ extern "C" { #endif -/* XXX (VOL_MERGE): Poor separation of public and private functionality here */ H5_DLL herr_t H5Pset_fapl_native(hid_t fapl_id); -H5_DLL hid_t H5VL_native_get_driver_id(void); -H5_DLL hid_t H5VL_native_init(void); -H5_DLL hid_t H5VL_native_register(H5I_type_t type, const void *obj, hbool_t app_ref); -H5_DLL herr_t H5VL_native_unregister(hid_t obj_id); #ifdef __cplusplus } |