diff options
Diffstat (limited to 'tools/lib/h5trav.h')
-rw-r--r-- | tools/lib/h5trav.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lib/h5trav.h b/tools/lib/h5trav.h index 07801da..c11d835 100644 --- a/tools/lib/h5trav.h +++ b/tools/lib/h5trav.h @@ -29,6 +29,9 @@ *------------------------------------------------------------------------- */ +typedef H5G_obj_t H5G_obj_t1; + + typedef struct trav_info_t { char *name; H5G_obj_t type; @@ -133,3 +136,5 @@ void trav_table_addlink(trav_table_t *table, #endif /* H5TRAV_H__ */ + + |