commit | b19d889f6cb2b8ded469c1676dddb3c71751b0ee | [log] [tgz] |
---|---|---|
author | John Keeping <john@keeping.me.uk> | Sat Aug 13 11:52:51 2016 +0100 |
committer | John Keeping <john@keeping.me.uk> | Sat Oct 01 11:46:55 2016 +0100 |
tree | 9d87cf269daa24bbdf5c3ce1284171ac0170ef02 | |
parent | d9dff37691633aa44524ecae216c103ea497e940 [diff] [blame] |
shared: make cgit_free_taginfo() public We will use this function from ui-tag.c in the next patch. Signed-off-by: John Keeping <john@keeping.me.uk>
diff --git a/shared.c b/shared.c index 3ada875..571fbba 100644 --- a/shared.c +++ b/shared.c
@@ -203,7 +203,7 @@ return ref; } -static void cgit_free_taginfo(struct taginfo *tag) +void cgit_free_taginfo(struct taginfo *tag) { if (tag->tagger) free(tag->tagger);