diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ extern void cgit_free_reflist_inner(struct reflist *list); | |||
343 | extern int cgit_refs_cb(const char *refname, const struct object_id *oid, | 343 | extern int cgit_refs_cb(const char *refname, const struct object_id *oid, |
344 | int flags, void *cb_data); | 344 | int flags, void *cb_data); |
345 | 345 | ||
346 | extern void *cgit_free_commitinfo(struct commitinfo *info); | 346 | extern void cgit_free_commitinfo(struct commitinfo *info); |
347 | 347 | ||
348 | void cgit_diff_tree_cb(struct diff_queue_struct *q, | 348 | void cgit_diff_tree_cb(struct diff_queue_struct *q, |
349 | struct diff_options *options, void *data); | 349 | struct diff_options *options, void *data); |