[PATCH] Introducing software archaeologist's tool "pickaxe".
[git.git] / diff.h
diff --git a/diff.h b/diff.h
index 86a645a..97d39ac 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -20,6 +20,7 @@ extern void diff_unmerge(const char *path);
 extern int diff_scoreopt_parse(const char *opt);
 
 extern void diff_setup(int detect_rename, int minimum_score,
+                      char *pickaxe,
                       int reverse, int raw_output,
                       const char **spec, int cnt);