]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.h
shared: make cgit_free_taginfo() public
[cgit.git] / cgit.h
diff --git a/cgit.h b/cgit.h
index 7df0e3ae98d9353bc6c53256b978a47ffdb1572d..df4231290ba2642b804b3c0e16dc121c9ee9bbc3 100644 (file)
--- 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);