X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ff9893ac8192579a00dd4c73ddff18ab232099a6..b19d889f6cb2b8ded469c1676dddb3c71751b0ee:/cgit.c?ds=sidebyside diff --git a/cgit.c b/cgit.c index 9427c4a..2f29aa6 100644 --- a/cgit.c +++ b/cgit.c @@ -1026,7 +1026,7 @@ static int calc_ttl(void) return ctx.cfg.cache_repo_ttl; } -int main(int argc, const char **argv) +int cmd_main(int argc, const char **argv) { const char *path; int err, ttl;