mirror of
https://git.zx2c4.com/cgit
synced 2025-06-28 20:40:22 +02:00
Mark several functions/variables static
Spotted by parsing the output of `gcc -Wmissing-prototypes [...]`. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
This commit is contained in:
parent
d5a43b429a
commit
bafab423f2
14 changed files with 64 additions and 60 deletions
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue