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