summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-02-09 21:59:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-02-09 21:59:13 (GMT)
commitcc1c7331a5f57b1d8beae65c257164e11060ebef (patch)
tree8fa82792e82c57b48da65fce053c7b48339fd4a9 /src/H5Opublic.h
parent658c1b9e75291ea3dba584d93fda02f0079afc02 (diff)
downloadhdf5-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/H5Opublic.h')
-rw-r--r--src/H5Opublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index 84fdecc..c5ae3c1 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -148,6 +148,7 @@ H5_DLL hid_t H5Oopen(hid_t loc_id, const char *name, hid_t lapl_id);
H5_DLL hid_t H5Oopen_by_addr(hid_t loc_id, haddr_t addr);
H5_DLL hid_t H5Oopen_by_idx(hid_t loc_id, const char *group_name,
H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id);
+H5_DLL htri_t H5Oexists_by_name(hid_t loc_id, const char *name, hid_t lapl_id);
H5_DLL herr_t H5Oget_info(hid_t loc_id, H5O_info_t *oinfo);
H5_DLL herr_t H5Oget_info_by_name(hid_t loc_id, const char *name, H5O_info_t *oinfo,
hid_t lapl_id);