X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diffcore.h;fp=diffcore.h;h=0f82bd933ec2f173d588383ede37890da562578e;hb=226406f693013ea3eadab258cb5fc9d8e83df916;hp=ee1955bf384d83e0c168844e5eefc83a2f993fb9;hpb=a00d7d106aa333c4b4d0095f58e05c0c4621bbc2;p=git.git diff --git a/diffcore.h b/diffcore.h index ee1955bf..0f82bd93 100644 --- a/diffcore.h +++ b/diffcore.h @@ -54,6 +54,8 @@ struct diff_filepair { (S_ISREG(mode) ? (S_IFREG | ce_permissions(mode)) : \ S_ISLNK(mode) ? S_IFLNK : S_IFDIR) +extern void diff_free_filepair(struct diff_filepair *); + extern int diff_unmodified_pair(struct diff_filepair *); struct diff_queue_struct {