X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/44b208aa44c4cdf7e1e339bbd5b028c23da55a46..e9d3bd544fe94ba5ade9ccf185328fcc2414814b:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 2eddd2d..ee3f6fe 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -257,6 +257,11 @@ static void reporevlink(char *page, char *name, char *title, char *class, html(""); } +void cgit_summary_link(char *name, char *title, char *class, char *head) +{ + reporevlink(NULL, name, title, class, head, NULL, NULL); +} + void cgit_tree_link(char *name, char *title, char *class, char *head, char *rev, char *path) {