summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 19:21:55 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 19:21:55 (GMT)
commit110a855d5e4509ed41b612206dd621f3223f0d55 (patch)
tree03f6ad7a1382b75553f5d09290e6c1dc39fbbe2f /tools/lib/h5diff.h
parent6aeb73dd44ed126dcb3f77b9ff4ff95c2403ea62 (diff)
downloadhdf5-110a855d5e4509ed41b612206dd621f3223f0d55.zip
hdf5-110a855d5e4509ed41b612206dd621f3223f0d55.tar.gz
hdf5-110a855d5e4509ed41b612206dd621f3223f0d55.tar.bz2
[svn-r12687] reverted back some changes that inadvertedely added some output to the
parallel part of h5diff tested : heping parallel
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r--tools/lib/h5diff.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h
index a01684d..7320a63 100644
--- a/tools/lib/h5diff.h
+++ b/tools/lib/h5diff.h
@@ -138,13 +138,12 @@ int diff_can_type( hid_t f_type1, /* file data type */
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
- );
+int diff_attr(hid_t loc1_id,
+ hid_t loc2_id,
+ const char *path1,
+ const char *path2,
+ diff_opt_t *options
+ );
/*-------------------------------------------------------------------------