summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-21 14:23:57 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-21 14:23:57 (GMT)
commit41c42d25f36519afdb603abf6c3ca76e39b20435 (patch)
tree8b248ef5992bbd21029fd3bfbd297c8f6a8d4aa7 /src/H5VLprivate.h
parent748b630b2b0451f7305918d25244e5a5fddc1f11 (diff)
downloadhdf5-41c42d25f36519afdb603abf6c3ca76e39b20435.zip
hdf5-41c42d25f36519afdb603abf6c3ca76e39b20435.tar.gz
hdf5-41c42d25f36519afdb603abf6c3ca76e39b20435.tar.bz2
[svn-r22384] - fix type in CMake file
- rename delete callback to remove
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 3e682f6..6f0897d 100644
--- a/src/H5VLprivate.h
+++ b/src/H5VLprivate.h
@@ -62,7 +62,7 @@ H5_DLL hid_t H5VL_attr_open(hid_t loc_id, void *location, const char *name, hid_
H5_DLL herr_t H5VL_attr_read(hid_t attr_id, hid_t dtype_id, void *buf, hid_t req);
H5_DLL herr_t H5VL_attr_write(hid_t attr_id, hid_t dtype_id, const void *buf, hid_t req);
H5_DLL herr_t H5VL_attr_get(hid_t id, H5VL_attr_get_t get_type, hid_t req, ...);
-H5_DLL herr_t H5VL_attr_delete(hid_t loc_id, void *location, const char *attr_name, hid_t req);
+H5_DLL herr_t H5VL_attr_remove(hid_t loc_id, void *location, const char *attr_name, hid_t req);
H5_DLL herr_t H5VL_attr_close(hid_t attr_id, hid_t req);
H5_DLL hid_t H5VL_dataset_create(hid_t uid, const char *name, hid_t dcpl_id, hid_t dapl_id, hid_t req);
@@ -94,7 +94,7 @@ H5_DLL herr_t H5VL_link_create(H5VL_link_create_type_t create_type, hid_t loc_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, hid_t req);
H5_DLL herr_t H5VL_link_get(hid_t loc_id, H5VL_link_get_t get_type, hid_t req, ...);
-H5_DLL herr_t H5VL_link_delete(hid_t loc_id, const char *name, void *udata, hid_t lapl_id, hid_t req);
+H5_DLL herr_t H5VL_link_remove(hid_t loc_id, const char *name, void *udata, hid_t lapl_id, hid_t req);
H5_DLL hid_t H5VL_object_open_by_loc(hid_t uid, void *obj_loc, hid_t lapl_id, hid_t req);
H5_DLL herr_t H5VL_object_copy(hid_t src_loc_id, const char *src_name, hid_t dst_loc_id,