diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-02-09 21:59:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-02-09 21:59:13 (GMT) |
commit | cc1c7331a5f57b1d8beae65c257164e11060ebef (patch) | |
tree | 8fa82792e82c57b48da65fce053c7b48339fd4a9 /src/H5Gprivate.h | |
parent | 658c1b9e75291ea3dba584d93fda02f0079afc02 (diff) | |
download | hdf5-cc1c7331a5f57b1d8beae65c257164e11060ebef.zip hdf5-cc1c7331a5f57b1d8beae65c257164e11060ebef.tar.gz hdf5-cc1c7331a5f57b1d8beae65c257164e11060ebef.tar.bz2 |
[svn-r18223] Description:
Bring r18205 & r18222 from trunk to 1.8 branch:
Add new H5Oexists_by_name() routine.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug & production
(daily tested on trunk already)
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r-- | src/H5Gprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h index dec40f3..3e66777 100644 --- a/src/H5Gprivate.h +++ b/src/H5Gprivate.h @@ -210,6 +210,8 @@ H5_DLL herr_t H5G_loc_find(const H5G_loc_t *loc, const char *name, H5_DLL herr_t H5G_loc_find_by_idx(H5G_loc_t *loc, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5G_loc_t *obj_loc/*out*/, hid_t lapl_id, hid_t dxpl_id); +H5_DLL htri_t H5G_loc_exists(const H5G_loc_t *loc, const char *name, + hid_t lapl_id, hid_t dxpl_id); H5_DLL herr_t H5G_loc_info(H5G_loc_t *loc, const char *name, hbool_t want_ih_info, H5O_info_t *oinfo/*out*/, hid_t lapl_id, hid_t dxpl_id); |