summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLprivate.h')
-rw-r--r--src/H5VLprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5VLprivate.h b/src/H5VLprivate.h
index ecb464f..814901c 100644
--- a/src/H5VLprivate.h
+++ b/src/H5VLprivate.h
@@ -104,7 +104,7 @@ H5_DLL herr_t H5VL_object_lookup(hid_t uid, H5VL_loc_type_t lookup_type, void **
H5_DLL herr_t H5VL_object_free_loc(hid_t loc_id, void *location, hid_t req);
H5_DLL herr_t H5VL_object_close(hid_t uid, hid_t req);
-H5_DLL herr_t H5VL_fapl_open(struct H5P_genplist_t *plist, H5VL_class_t *vol_cls);
-H5_DLL herr_t H5VL_fapl_close(H5VL_class_t *vol_cls);
+H5_DLL herr_t H5VL_fapl_open(struct H5P_genplist_t *plist, H5VL_class_t *vol_cls, const void *vol_info);
+H5_DLL herr_t H5VL_fapl_close(H5VL_class_t *vol_cls, const void *vol_info);
#endif /* _H5VLprivate_H */