]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Remove obsolete cacheitem parameter to ui-functions
[ps-cgit] / ui-repolist.c
index e6635855e0446b6ee52bc7fc5537914bf8b8fe16..ad9b1bc4aa020c3bb7a3db4f178b207d65ff3fd2 100644 (file)
@@ -43,7 +43,7 @@ static void print_modtime(struct cgit_repo *repo)
        cgit_print_age(s.st_mtime, -1, NULL);
 }
 
-void cgit_print_repolist(struct cacheitem *item)
+void cgit_print_repolist()
 {
        int i, columns = 4;
        char *last_group = NULL;