all repos — cgit @ 812cd49e3144946bbe604064abb1a442daa1eb9e

a hyperfast web frontend for git written in c

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>
John Keeping john@keeping.me.uk
Sun, 08 Mar 2015 16:32:18 +0000
commit

812cd49e3144946bbe604064abb1a442daa1eb9e

parent

12d3d4c3edfcf177c56ca97e5a4b0c8301ca46aa

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M scan-tree.cscan-tree.c

@@ -45,8 +45,8 @@ strbuf_release(&pathbuf);

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