summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-12 18:31:21 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-12 18:31:21 (GMT)
commitff91dd8c3b3d376f005790d5105daf0ee23a73a9 (patch)
treed55f148fbb3edacad79f991fde2f89138d37457d /src/H5VLprivate.h
parent3736cc2a1d41f96d740079cc8201f761961b582a (diff)
downloadhdf5-ff91dd8c3b3d376f005790d5105daf0ee23a73a9.zip
hdf5-ff91dd8c3b3d376f005790d5105daf0ee23a73a9.tar.gz
hdf5-ff91dd8c3b3d376f005790d5105daf0ee23a73a9.tar.bz2
[svn-r22457] rename location types for objects at the VOL level
Diffstat (limited to 'src/H5VLprivate.h')
-rw-r--r--src/H5VLprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLprivate.h b/src/H5VLprivate.h
index f3d2f46..ecb464f 100644
--- a/src/H5VLprivate.h
+++ b/src/H5VLprivate.h
@@ -100,7 +100,7 @@ H5_DLL herr_t H5VL_object_visit(hid_t loc_id, const char *obj_name, H5_index_t i
H5_DLL herr_t H5VL_object_get(hid_t uid, H5VL_object_get_t get_type, hid_t req, ...);
H5_DLL herr_t H5VL_object_misc(hid_t id, H5VL_object_misc_t misc_type, hid_t req, ...);
H5_DLL herr_t H5VL_object_optional(hid_t id, H5VL_object_misc_t optional_type, hid_t req, ...);
-H5_DLL herr_t H5VL_object_lookup(hid_t uid, H5VL_object_lookup_t lookup_type, void **location, hid_t req, ...);
+H5_DLL herr_t H5VL_object_lookup(hid_t uid, H5VL_loc_type_t lookup_type, void **location, hid_t req, ...);
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);