about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--scan-tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scan-tree.c b/scan-tree.c index e900ad9..8e3cf52 100644 --- a/scan-tree.c +++ b/scan-tree.c
@@ -45,8 +45,8 @@ out:
45 return result; 45 return result;
46} 46}
47 47
48struct cgit_repo *repo; 48static struct cgit_repo *repo;
49repo_config_fn config_fn; 49static repo_config_fn config_fn;
50 50
51static void repo_config(const char *name, const char *value) 51static void repo_config(const char *name, const char *value)
52{ 52{