diff options
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r-- | tools/lib/h5diff.h | 13 |
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 + ); /*------------------------------------------------------------------------- |