X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d9dff37691633aa44524ecae216c103ea497e940..b19d889f6cb2b8ded469c1676dddb3c71751b0ee:/cgit.h diff --git a/cgit.h b/cgit.h index 7df0e3a..df42312 100644 --- a/cgit.h +++ b/cgit.h @@ -344,6 +344,7 @@ extern int cgit_refs_cb(const char *refname, const struct object_id *oid, int flags, void *cb_data); extern void cgit_free_commitinfo(struct commitinfo *info); +extern void cgit_free_taginfo(struct taginfo *info); void cgit_diff_tree_cb(struct diff_queue_struct *q, struct diff_options *options, void *data);