X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=b48c9914e7e3802d17870bbc0fd68c454fded61c;hb=e70866f53a8d31cde6cfff6396ba0d1f64029afb;hp=b60a02e627415d4edaf5056e7f95b519b7fe8fc0;hpb=0424558190fb85e6702e7c64cd2b11bc31d7be85;p=git.git diff --git a/diff.h b/diff.h index b60a02e62..b48c9914e 100644 --- a/diff.h +++ b/diff.h @@ -69,6 +69,9 @@ struct diff_options { const char *stat_sep; long xdl_opts; + int stat_width; + int stat_name_width; + int nr_paths; const char **paths; int *pathlens; @@ -86,6 +89,7 @@ enum color_diff { DIFF_FILE_OLD = 4, DIFF_FILE_NEW = 5, DIFF_COMMIT = 6, + DIFF_WHITESPACE = 7, }; const char *diff_get_color(int diff_use_color, enum color_diff ix);