X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/4b1fee00ddfbb7bfb48f85bef49b5aff928d0f2e..8f208794318f83826e98168b8b430f2d9a68bcce:/ui-tag.c?ds=inline diff --git a/ui-tag.c b/ui-tag.c index 39e4cb8..5a22696 100644 --- a/ui-tag.c +++ b/ui-tag.c @@ -7,6 +7,7 @@ */ #include "cgit.h" +#include "ui-tag.h" #include "html.h" #include "ui-shared.h" @@ -30,7 +31,7 @@ static void print_tag_content(char *buf) } } -void print_download_links(char *revname) +static void print_download_links(char *revname) { html("download"); cgit_print_snapshot_links(ctx.qry.repo, ctx.qry.head, @@ -99,6 +100,6 @@ void cgit_print_tag(char *revname) if (ctx.repo->snapshots) print_download_links(revname); html("\n"); - } + } return; }