mirror of
https://git.zx2c4.com/cgit
synced 2025-06-26 19:58:42 +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
|
@ -10,7 +10,7 @@
|
|||
#include "html.h"
|
||||
#include "ui-shared.h"
|
||||
|
||||
void add_entry(struct commit *commit, char *host)
|
||||
static void add_entry(struct commit *commit, char *host)
|
||||
{
|
||||
char delim = '&';
|
||||
char *hex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue