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>
Bu işleme şunda yer alıyor:
John Keeping 2015-03-08 16:32:18 +00:00 işlemeyi yapan: Jason A. Donenfeld
ebeveyn 12d3d4c3ed
işleme 812cd49e31

Dosyayı Görüntüle

@ -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)
{