about summary refs log tree commit diff stats
path: root/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared.c b/shared.c index a83afcb..0431b59 100644 --- a/shared.c +++ b/shared.c
@@ -250,8 +250,8 @@ int cgit_refs_cb(const char *refname, const struct object_id *oid, int flags,
250 return 0; 250 return 0;
251} 251}
252 252
253static void cgit_diff_tree_cb(struct diff_queue_struct *q, 253void cgit_diff_tree_cb(struct diff_queue_struct *q,
254 struct diff_options *options, void *data) 254 struct diff_options *options, void *data)
255{ 255{
256 int i; 256 int i;
257 257