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/h5diff.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/h5diff.h')
-rw-r--r-- | tools/lib/h5diff.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h index d154fc8..9125d7c 100644 --- a/tools/lib/h5diff.h +++ b/tools/lib/h5diff.h @@ -138,12 +138,11 @@ int diff_can_type( hid_t f_type1, /* file data type */ diff_opt_t *options ); -int diff_attr(hid_t loc1_id, - hid_t loc2_id, - const char *path1, - const char *path2, - diff_opt_t *options - ); +hsize_t diff_attr(hid_t loc1_id, + hid_t loc2_id, + const char *path1, + const char *path2, + diff_opt_t *options); /*------------------------------------------------------------------------- |