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:
Lukas Fleischer
2013-03-04 08:52:33 +01:00
commit de Jason A. Donenfeld
commit bafab423f2
14 arquivos alterados com 64 adições e 60 exclusões

Ver arquivo

@@ -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,