diff-tree: fix "whole sub-tree disappeared or appeared" case
[git.git] / diff.h
diff --git a/diff.h b/diff.h
index c146d8a..815987d 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -31,7 +31,7 @@ struct diff_spec {
        unsigned file_valid : 1; /* if false the file does not even exist */
 };
 
-extern void run_external_diff(const char *name,
+extern void run_external_diff(const char *name, const char *other,
                              struct diff_spec *, struct diff_spec *);
 
 #endif /* DIFF_H */