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>
这个提交包含在:
父节点
12d3d4c3ed
当前提交
812cd49e31
@ -45,8 +45,8 @@ out:
|
||||
return result;
|
||||
}
|
||||
|
||||
struct cgit_repo *repo;
|
||||
repo_config_fn config_fn;
|
||||
static struct cgit_repo *repo;
|
||||
static repo_config_fn config_fn;
|
||||
|
||||
static void repo_config(const char *name, const char *value)
|
||||
{
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户