diff options
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r-- | tools/lib/ph5diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h index d904095..3ad158f 100644 --- a/tools/lib/ph5diff.h +++ b/tools/lib/ph5diff.h @@ -41,7 +41,7 @@ extern FILE * overflow_file; struct diff_args { char name[256]; - H5G_obj_t type; + h5trav_type_t type; diff_opt_t options; }; |