diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-21 01:49:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-21 01:49:55 (GMT) |
commit | 036e799cf9efb1a8da3bf9ce7287177888ca9556 (patch) | |
tree | be6e262bde93039c97c0f968c404db4a1c287354 /src/H5Gpkg.h | |
parent | f6deaca1d4cca061273cd6daef0357200d4c6ea4 (diff) | |
download | hdf5-036e799cf9efb1a8da3bf9ce7287177888ca9556.zip hdf5-036e799cf9efb1a8da3bf9ce7287177888ca9556.tar.gz hdf5-036e799cf9efb1a8da3bf9ce7287177888ca9556.tar.bz2 |
[svn-r12955] Description:
Finish implementing H5Oopen_by_idx() (still needs tests)
Tested on:
Linux/32 2.4 (chicago)
Linux/64 2.4 (chicago2)
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r-- | src/H5Gpkg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h index 411a8e7..06941a0 100644 --- a/src/H5Gpkg.h +++ b/src/H5Gpkg.h @@ -357,6 +357,9 @@ H5_DLL herr_t H5G_init(void); H5_DLL char * H5G_normalize(const char *name); H5_DLL const char * H5G_component(const char *name, size_t *size_p); H5_DLL herr_t H5G_traverse_term_interface(void); +H5_DLL herr_t H5G_traverse_special(const H5G_loc_t *grp_loc, + const H5O_link_t *lnk, unsigned target, size_t *nlinks, hbool_t last_comp, + H5G_loc_t *obj_loc, hid_t lapl_id, hid_t dxpl_id); H5_DLL herr_t H5G_traverse(const H5G_loc_t *loc, const char *name, unsigned target, H5G_traverse_t op, void *op_data, hid_t lapl_id, hid_t dxpl_id); |