From 6308005fbda0a52416ad6eefe0d3a51b7c951e18 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Sat, 20 Apr 2013 11:14:36 +0100 Subject: shared: make cgit_diff_tree_cb public This will allow us to use this nice wrapper function elsewhere, avoiding dealing with the diff queue when we only need to inspect a filepair. Signed-off-by: John Keeping --- cgit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 850b792..b56e756 100644 --- a/cgit.h +++ b/cgit.h @@ -315,6 +315,9 @@ extern int cgit_refs_cb(const char *refname, const unsigned char *sha1, extern void *cgit_free_commitinfo(struct commitinfo *info); +void cgit_diff_tree_cb(struct diff_queue_struct *q, + struct diff_options *options, void *data); + extern int cgit_diff_files(const unsigned char *old_sha1, const unsigned char *new_sha1, unsigned long *old_size, unsigned long *new_size, -- cgit v1.2.3