diff options
Diffstat (limited to 'tools/lib/ph5diff.h')
-rw-r--r-- | tools/lib/ph5diff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h index eb15f12..9476a71 100644 --- a/tools/lib/ph5diff.h +++ b/tools/lib/ph5diff.h @@ -36,12 +36,12 @@ H5TOOLS_DLLVAR char outBuff[]; H5TOOLS_DLLVAR int outBuffOffset; H5TOOLS_DLLVAR FILE * overflow_file; -struct diff_args +struct diff_mpi_args { char name1[256]; char name2[256]; - h5trav_type_t type; diff_opt_t options; + diff_args_t argdata; /* rest args */ }; struct diffs_found |