Mark several functions/variables static
Spotted by parsing the output of `gcc -Wmissing-prototypes [...]`. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Esse commit está contido em:
commit de
Jason A. Donenfeld
pai
d5a43b429a
commit
bafab423f2
2
ui-tag.c
2
ui-tag.c
@@ -30,7 +30,7 @@ static void print_tag_content(char *buf)
|
||||
}
|
||||
}
|
||||
|
||||
void print_download_links(char *revname)
|
||||
static void print_download_links(char *revname)
|
||||
{
|
||||
html("<tr><th>download</th><td class='sha1'>");
|
||||
cgit_print_snapshot_links(ctx.qry.repo, ctx.qry.head,
|
||||
|
||||
Referência em uma nova issue
Block a user