diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 02:24:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 02:24:25 (GMT) |
commit | 4d93574a8fe2103af882c87e12856a9cc1bcb3f4 (patch) | |
tree | 19c54c824bcc44f999d1f29608f43138eed425f5 /src/H5Apkg.h | |
parent | c64266b78ea4e86d281561b5b80778c50253ff7d (diff) | |
download | hdf5-4d93574a8fe2103af882c87e12856a9cc1bcb3f4.zip hdf5-4d93574a8fe2103af882c87e12856a9cc1bcb3f4.tar.gz hdf5-4d93574a8fe2103af882c87e12856a9cc1bcb3f4.tar.bz2 |
[svn-r13360] Description:
Finish H5Aiterate2()
Add H5Arename2() and mark H5Arename as deprecated.
Started on H5Oopen_by_idx().
Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5Apkg.h')
-rw-r--r-- | src/H5Apkg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h index 261f7be..c7d5ba3 100644 --- a/src/H5Apkg.h +++ b/src/H5Apkg.h @@ -171,6 +171,8 @@ H5_DLLVAR const H5B2_class_t H5A_BT2_CORDER[1]; /* Function prototypes for H5A package scope */ H5_DLL herr_t H5A_init(void); +H5_DLL H5A_t *H5A_open_by_idx(const H5G_loc_t *loc, const char *obj_name, + H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id, hid_t dxpl_id); H5_DLL H5A_t *H5A_copy(H5A_t *new_attr, const H5A_t *old_attr); H5_DLL herr_t H5A_get_info(const H5A_t *attr, H5A_info_t *ainfo); H5_DLL herr_t H5A_free(H5A_t *attr); |