[PATCH] Add -B flag to diff-* brothers.
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 00e46b544d166b026f8765d926636a4e4e1002bf..ef0dfe287a5a519c7d981eb80d573495850340f1 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -43,9 +43,12 @@ extern void diffcore_pickaxe(const char *needle, int opts);
 
 extern void diffcore_pathspec(const char **pathspec);
 
+extern void diffcore_break(int);
+
 extern void diffcore_std(const char **paths,
                         int detect_rename, int rename_score,
-                        const char *pickaxe, int pickaxe_opts);
+                        const char *pickaxe, int pickaxe_opts,
+                        int break_opt);
 
 extern int diff_queue_is_empty(void);