diff options
author | Jeff Smith <whydoubt@gmail.com> | 2017-10-02 07:39:09 +0300 |
---|---|---|
committer | John Keeping <john@keeping.me.uk> | 2017-10-03 21:19:34 +0300 |
commit | 1649afdc9b2febe9ab7e1abe1956c5dcaff93aa1 (patch) | |
tree | 02c1f7371b837453b774590dbacf647c71693309 /ui-shared.h | |
parent | c1cd290d1f83d3d1c2d081d734e8d213f12cc06b (diff) |
ui-tree: link to blame UI if enabled
Create links to the blame page.
Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Reviewed-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h index 2cd7ac9..b760a17 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -26,6 +26,9 @@ extern void cgit_tree_link(const char *name, const char *title, extern void cgit_plain_link(const char *name, const char *title, const char *class, const char *head, const char *rev, const char *path); +extern void cgit_blame_link(const char *name, const char *title, + const char *class, const char *head, + const char *rev, const char *path); extern void cgit_log_link(const char *name, const char *title, const char *class, const char *head, const char *rev, const char *path, int ofs, const char *grep, |