diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-09-06 15:54:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-09-06 15:54:22 (GMT) |
commit | 3bed8703631cbcffb215ccd82235fcc293e14218 (patch) | |
tree | bf56b0bcd4f41986f17138059f6349df78f0c059 /tools/lib/h5diff.h | |
parent | 3eb8c81b8046d282ced9c2d94e7132058243013e (diff) | |
download | hdf5-3bed8703631cbcffb215ccd82235fcc293e14218.zip hdf5-3bed8703631cbcffb215ccd82235fcc293e14218.tar.gz hdf5-3bed8703631cbcffb215ccd82235fcc293e14218.tar.bz2 |
[svn-r14136] Description:
Move H5Gget_num_objs() and several minor macros, etc. to deprecated
symbols section, replacing it with H5Gget_info().
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (kagiso)
Linux/64 2.6 (smirom)
AIX/32 5.3 (copper)
Solaris/32 5.10 (linew)
Mac OS X/32 10.4.10 (amazon)
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r-- | tools/lib/h5diff.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h index 9125d7c..e22502f 100644 --- a/tools/lib/h5diff.h +++ b/tools/lib/h5diff.h @@ -94,20 +94,16 @@ hsize_t diff( hid_t file1_id, hsize_t diff_compare( hid_t file1_id, const char *file1_name, const char *obj1_name, - int nobjects1, trav_info_t *info1, hid_t file2_id, const char *file2_name, const char *obj2_name, - int nobjects2, trav_info_t *info2, diff_opt_t *options ); hsize_t diff_match( hid_t file1_id, - int nobjects1, trav_info_t *info1, hid_t file2_id, - int nobjects2, trav_info_t *info2, diff_opt_t *options ); |