Code

gitweb: Escape ESCAPE (\e) character
[git.git] / diff.h
diff --git a/diff.h b/diff.h
index 3435fe7b3f868ff1cefd5a20a3409993ce0a413b..b48c9914e7e3802d17870bbc0fd68c454fded61c 100644 (file)
--- 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;