From 38c6f78059c3060db6f94b24f4a90063a91090d2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 21 May 2005 19:40:36 -0700 Subject: [PATCH] Prepare diffcore interface for diff-tree header supression. This does not actually supress the extra headers when pickaxe is used, but prepares enough support for diff-tree to implement it. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diffcore.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'diffcore.h') diff --git a/diffcore.h b/diffcore.h index c3809ef858..2938271511 100644 --- a/diffcore.h +++ b/diffcore.h @@ -52,10 +52,9 @@ struct diff_queue_struct { int nr; }; +extern struct diff_queue_struct diff_queued_diff; extern struct diff_filepair *diff_queue(struct diff_queue_struct *, struct diff_filespec *, struct diff_filespec *); -extern void diff_detect_rename(struct diff_queue_struct *, int, int); -extern void diff_pickaxe(struct diff_queue_struct *, const char *); #endif -- cgit v1.2.3