diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-16 18:41:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-16 18:41:26 (GMT) |
commit | de1af0c1c706c04ac19abcdd773d91127b81abd8 (patch) | |
tree | d51adaa29bbcb9b3d607202fa0dad9d5f9244bcd /src/H5Lpublic.h | |
parent | d3bd0649ed34c91f2cd2cdca61a29c6cc9a7575a (diff) | |
download | hdf5-de1af0c1c706c04ac19abcdd773d91127b81abd8.zip hdf5-de1af0c1c706c04ac19abcdd773d91127b81abd8.tar.gz hdf5-de1af0c1c706c04ac19abcdd773d91127b81abd8.tar.bz2 |
[svn-r13520] Description:
Added H5Lexists() API routine, which determines if a link of a particular
name exists in a group.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r-- | src/H5Lpublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h index 7faeb8e..2c9331f 100644 --- a/src/H5Lpublic.h +++ b/src/H5Lpublic.h @@ -152,6 +152,7 @@ H5_DLL herr_t H5Lget_val(hid_t loc_id, const char *name, void *buf/*out*/, H5_DLL herr_t H5Lget_val_by_idx(hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, void *buf/*out*/, size_t size, hid_t lapl_id); +H5_DLL htri_t H5Lexists(hid_t loc_id, const char *name, hid_t lapl_id); H5_DLL herr_t H5Lget_info(hid_t loc_id, const char *name, H5L_info_t *linfo /*out*/, hid_t lapl_id); H5_DLL herr_t H5Lget_info_by_idx(hid_t loc_id, const char *group_name, |