]> git.cameronkatri.com Git - cgit.git/commit
shared: make cgit_diff_tree_cb public
authorJohn Keeping <john@keeping.me.uk>
Wed, 12 Aug 2015 14:34:48 +0000 (15:34 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 12 Aug 2015 14:57:30 +0000 (16:57 +0200)
commit044e2d26da4f8b4f9ff25e4a729ab4e393073b5e
treeb98bb6979764625c4f919e90e3374f91b698dea4
parent2d386e227e0b75474efcfe82e9fec7d0f21c6df4
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 <john@keeping.me.uk>
cgit.h
shared.c