X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=7af5f1e2a7af3fde64ac945f8b2a9ed88829895a;hb=a12c6b0149e3dadd0701dac4fd0ba2463d251650;hp=ae71f4ccf94369b31b1a77373861b02d478d705a;hpb=05c65cb1161f232c65b186d6d6eb3bce9c6a0924;p=git.git diff --git a/diff.h b/diff.h index ae71f4ccf..7af5f1e2a 100644 --- a/diff.h +++ b/diff.h @@ -324,4 +324,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 */