diff options
Diffstat (limited to '')
| -rw-r--r-- | shared.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -203,7 +203,7 @@ static struct refinfo *cgit_mk_refinfo(const char *refname, const struct object_  	return ref;  } -static void cgit_free_taginfo(struct taginfo *tag) +void cgit_free_taginfo(struct taginfo *tag)  {  	if (tag->tagger)  		free(tag->tagger); | 
