diff options
Diffstat (limited to 'tools/lib/h5trav.h')
-rw-r--r-- | tools/lib/h5trav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5trav.h b/tools/lib/h5trav.h index 5f68da4..671e17c 100644 --- a/tools/lib/h5trav.h +++ b/tools/lib/h5trav.h @@ -90,7 +90,7 @@ extern "C" { * "h5trav info" public functions *------------------------------------------------------------------------- */ -int h5trav_getinfo( hid_t file_id, trav_info_t *info ); +int h5trav_getinfo( hid_t fid, trav_info_t *info, int print ); int h5trav_getindex( const char *obj, int nobjs, trav_info_t *info ); void h5trav_freeinfo( trav_info_t *info, int nobjs ); void h5trav_printinfo(int nobjs, trav_info_t *info); |