]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add cgit_commit_link() + support for id=sha1 to commit view
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index b2f6361d05850ffab5625968cb437c072425eb41..c276a24268047646dfd20c8339ab702091869f42 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -205,6 +205,8 @@ extern void cgit_tree_link(char *name, char *title, char *class, char *head,
                           char *rev, char *path);
 extern void cgit_log_link(char *name, char *title, char *class, char *head,
                          char *rev, char *path);
+extern void cgit_commit_link(char *name, char *title, char *class, char *head,
+                            char *rev);
 
 extern void cgit_print_error(char *msg);
 extern void cgit_print_date(time_t secs, char *format);