Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Introduce diff_free_filepair() funcion.
[gitweb.git]
/
diffcore.h
diff --git
a/diffcore.h
b/diffcore.h
index ee1955bf384d83e0c168844e5eefc83a2f993fb9..0f82bd933ec2f173d588383ede37890da562578e 100644
(file)
--- 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 {