gitweb: Split git_project_list_body in two functions
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 11d13cf70b3e9dbb8fe0f9e19bba7ea864bfa049..6fe1597785761b0e6961910214a129a2dde5197f 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -111,7 +111,9 @@ struct diff_options {
        int pickaxe_opts;
        int rename_score;
        int rename_limit;
-       int warn_on_too_large_rename;
+       int needed_rename_limit;
+       int degraded_cc_to_c;
+       int show_rename_progress;
        int dirstat_percent;
        int setup;
        int abbrev;
@@ -273,6 +275,7 @@ extern void diffcore_fix_diff_index(struct diff_options *);
 
 extern int diff_queue_is_empty(void);
 extern void diff_flush(struct diff_options*);
+extern void diff_warn_rename_limit(const char *varname, int needed, int degraded_cc);
 
 /* diff-raw status letters */
 #define DIFF_STATUS_ADDED              'A'