X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/2d386e227e0b75474efcfe82e9fec7d0f21c6df4..044e2d26da4f8b4f9ff25e4a729ab4e393073b5e:/cgit.h diff --git a/cgit.h b/cgit.h index db9a8eb..b2253d2 100644 --- a/cgit.h +++ b/cgit.h @@ -340,6 +340,9 @@ extern int cgit_refs_cb(const char *refname, const struct object_id *oid, 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,