diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-13 15:37:50 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-14 09:48:01 +0900 |
commit | 5b877eb77530f92d7f4e4dc3fcc30b5788cc8622 (patch) | |
tree | d3a47f11a8c97319f6d875c602ba9443e43fed59 /diffcore.h | |
parent | d8df70f2739af78cab6d7f9b942e890da6fbd01d (diff) | |
download | git-jc/diff-blobfind.tar.gz |
Diffstat (limited to 'diffcore.h')
-rw-r--r-- | diffcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diffcore.h b/diffcore.h index a30da161da..431917672f 100644 --- a/diffcore.h +++ b/diffcore.h @@ -107,6 +107,7 @@ extern struct diff_filepair *diff_queue(struct diff_queue_struct *, struct diff_filespec *); extern void diff_q(struct diff_queue_struct *, struct diff_filepair *); +extern void diffcore_blobfind(struct diff_options *); extern void diffcore_break(int); extern void diffcore_rename(struct diff_options *); extern void diffcore_merge_broken(void); |