summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5trav.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/h5trav.c')
-rw-r--r--tools/lib/h5trav.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5trav.c b/tools/lib/h5trav.c
index 9c1db43..08c75e6 100644
--- a/tools/lib/h5trav.c
+++ b/tools/lib/h5trav.c
@@ -32,7 +32,7 @@ herr_t get_name_type( hid_t loc_id,
const char *group_name,
int idx,
char **name,
- H5G_obj_t *type );
+ H5G_obj_t1 *type );
/*-------------------------------------------------------------------------
* Function: h5trav_getinfo
@@ -277,7 +277,7 @@ herr_t get_name_type( hid_t loc_id,
const char *group_name,
int idx,
char **name,
- H5G_obj_t *type )
+ H5G_obj_t1 *type )
{
trav_info_t info;
@@ -313,7 +313,7 @@ int traverse( hid_t loc_id,
{
char *name=NULL;
- H5G_obj_t type;
+ H5G_obj_t1 type;
int n_names;
char *path=NULL;
H5G_stat_t statbuf;