aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
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 8e3cf52..e900ad9 100644
--- a/scan-tree.c
+++ b/scan-tree.c
@@ -45,8 +45,8 @@ out:
return result;
}
-static struct cgit_repo *repo;
-static repo_config_fn config_fn;
+struct cgit_repo *repo;
+repo_config_fn config_fn;
static void repo_config(const char *name, const char *value)
{