diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-05 16:26:50 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-05 16:26:50 (GMT) |
commit | bd01f34589a4d3d790312a844bfd0cce28721f31 (patch) | |
tree | 75517f698815cf1a71af8eda28055cf8c75cd585 /tools/lib/h5trav.h | |
parent | 44f312b183305cf37295595bfd3f5df40fc637be (diff) | |
download | hdf5-bd01f34589a4d3d790312a844bfd0cce28721f31.zip hdf5-bd01f34589a4d3d790312a844bfd0cce28721f31.tar.gz hdf5-bd01f34589a4d3d790312a844bfd0cce28721f31.tar.bz2 |
[svn-r13451]
h5diff bug fix, attributes differences were not being count for total
differences
Revision of H5Ocopy call in h5repack
Diffstat (limited to 'tools/lib/h5trav.h')
-rw-r--r-- | tools/lib/h5trav.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lib/h5trav.h b/tools/lib/h5trav.h index 07801da..c11d835 100644 --- a/tools/lib/h5trav.h +++ b/tools/lib/h5trav.h @@ -29,6 +29,9 @@ *------------------------------------------------------------------------- */ +typedef H5G_obj_t H5G_obj_t1; + + typedef struct trav_info_t { char *name; H5G_obj_t type; @@ -133,3 +136,5 @@ void trav_table_addlink(trav_table_t *table, #endif /* H5TRAV_H__ */ + + |