summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-04-10 18:41:38 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-04-10 18:41:38 (GMT)
commitad4b4b2b90c340bb408ddf32dd5cae780547bad2 (patch)
tree50b1b34e36baea0bda18fc6532b500a4df4483c6 /src/H5VLprivate.h
parent8c20b495d070d9571e41b51c6eefe11708dde35d (diff)
downloadhdf5-ad4b4b2b90c340bb408ddf32dd5cae780547bad2.zip
hdf5-ad4b4b2b90c340bb408ddf32dd5cae780547bad2.tar.gz
hdf5-ad4b4b2b90c340bb408ddf32dd5cae780547bad2.tar.bz2
[svn-r22273] H5Ldelete goes thorugh VOL
Diffstat (limited to 'src/H5VLprivate.h')
-rw-r--r--src/H5VLprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLprivate.h b/src/H5VLprivate.h
index e509b6c..fc5d7d5 100644
--- a/src/H5VLprivate.h
+++ b/src/H5VLprivate.h
@@ -89,6 +89,7 @@ H5_DLL herr_t H5VL_link_create(H5VL_link_create_type_t create_type, hid_t loc_id
const char *link_name, hid_t lcpl_id, hid_t lapl_id);
H5_DLL herr_t H5VL_link_move(hid_t src_loc_id, const char *src_name, hid_t dst_loc_id,
const char *dst_name, hbool_t copy_flag, hid_t lcpl_id, hid_t lapl_id);
+H5_DLL herr_t H5VL_link_delete(hid_t loc_id, const char *name, hid_t lapl_id);
H5_DLL hid_t H5VL_object_open_by_loc(hid_t uid, void *obj_loc, hid_t lapl_id);
H5_DLL herr_t H5VL_object_close(hid_t uid);