Code

Merge branch 'sl/modern-t0000'
[git.git] / diff.h
diff --git a/diff.h b/diff.h
index 2021a1dfe6b47a12a215dbb92ba0cee5aedbd8ff..e6a782c220865d764eb26cfbce471cad88b910ba 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -325,4 +325,7 @@ extern struct userdiff_driver *get_textconv(struct diff_filespec *one);
 
 extern int parse_rename_score(const char **cp_p);
 
+extern int print_stat_summary(FILE *fp, int files,
+                             int insertions, int deletions);
+
 #endif /* DIFF_H */