about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
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,
340 340
341extern void *cgit_free_commitinfo(struct commitinfo *info); 341extern void *cgit_free_commitinfo(struct commitinfo *info);
342 342
343void cgit_diff_tree_cb(struct diff_queue_struct *q,
344 struct diff_options *options, void *data);
345
343extern int cgit_diff_files(const unsigned char *old_sha1, 346extern int cgit_diff_files(const unsigned char *old_sha1,
344 const unsigned char *new_sha1, 347 const unsigned char *new_sha1,
345 unsigned long *old_size, unsigned long *new_size, 348 unsigned long *old_size, unsigned long *new_size,