]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Switch to exclusively using global ctx
[ps-cgit] / ui-repolist.c
index f9cb21afb4c467c3cfc5fcf2737610342aa177f6..92e80cf7adbb9b754e4f8a635ee928d94a958898 100644 (file)
@@ -259,9 +259,9 @@ void cgit_print_repolist()
                ++columns;
 
        ctx.page.title = ctx.cfg.root_title;
-       cgit_print_http_headers(&ctx);
-       cgit_print_docstart(&ctx);
-       cgit_print_pageheader(&ctx);
+       cgit_print_http_headers();
+       cgit_print_docstart();
+       cgit_print_pageheader();
 
        if (ctx.cfg.index_header)
                html_include(ctx.cfg.index_header);