X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=7af5f1e2a7af3fde64ac945f8b2a9ed88829895a;hb=36384c979da7129393462c2208fd156b1453debd;hp=ae71f4ccf94369b31b1a77373861b02d478d705a;hpb=87cb3b82a42613dc3ffd1eddf95f8c306a045ad1;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 */