]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
Add html_option() function
[ps-cgit] / ui-shared.c
index 5c5bcf35a71e8a09dfdc39f144af4b4e6629fd46..e4bb98fdc8b75755ed2841db087f6282b87f721d 100644 (file)
@@ -227,6 +227,12 @@ void cgit_commit_link(char *name, char *title, char *class, char *head,
        reporevlink("commit", name, title, class, head, rev, NULL);
 }
 
+void cgit_refs_link(char *name, char *title, char *class, char *head,
+                   char *rev, char *path)
+{
+       reporevlink("refs", name, title, class, head, rev, path);
+}
+
 void cgit_snapshot_link(char *name, char *title, char *class, char *head,
                        char *rev, char *archivename)
 {