X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=diff.h;h=1bd94a4807c741e7cb2e4d8eb9f6476eba691388;hb=9cf71b176cb175589c3ea828f7364893cc45b82f;hp=9a652e7f38e3c1aeb7c7eaf840dea7bcea285311;hpb=832d586a0cb30e6568810709c183ad516a8548a3;p=git.git diff --git a/diff.h b/diff.h index 9a652e7f3..1bd94a480 100644 --- a/diff.h +++ b/diff.h @@ -88,7 +88,6 @@ struct diff_options { int abbrev; const char *prefix; int prefix_length; - const char *msg_sep; const char *stat_sep; long xdl_opts; @@ -98,6 +97,9 @@ struct diff_options { /* this is set by diffcore for DIFF_FORMAT_PATCH */ int found_changes; + FILE *file; + int close_file; + int nr_paths; const char **paths; int *pathlens;