summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLnative_private.h')
-rw-r--r--src/H5VLnative_private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5VLnative_private.h b/src/H5VLnative_private.h
index 79a6e1c..873557a 100644
--- a/src/H5VLnative_private.h
+++ b/src/H5VLnative_private.h
@@ -21,7 +21,7 @@
#include "H5VLnative.h"
/* Initializer function for native VOL driver */
-#define H5VL_NATIVE (H5VL_native_init())
+#define H5VL_NATIVE (H5VL_native_init(H5P_DEFAULT))
#ifdef __cplusplus
@@ -31,7 +31,6 @@ extern "C" {
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
}