scan-tree: make some variables 'static'
These are not used outside this file and are not declared. Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
parent
12d3d4c3ed
commit
812cd49e31
@ -45,8 +45,8 @@ out:
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct cgit_repo *repo;
|
static struct cgit_repo *repo;
|
||||||
repo_config_fn config_fn;
|
static repo_config_fn config_fn;
|
||||||
|
|
||||||
static void repo_config(const char *name, const char *value)
|
static void repo_config(const char *name, const char *value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user