aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.h')
-rw-r--r--ui-shared.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h
index f12fa99..f332581 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -15,8 +15,13 @@ extern char *cgit_pageurl(const char *reponame, const char *pagename,
extern void cgit_add_clone_urls(void (*fn)(const char *));
+extern void cgit_reporevlink(const char *page, const char *name, const char *title,
+ const char *class, const char *head, const char *rev,
+ const char *path);
extern void cgit_index_link(const char *name, const char *title,
const char *class, const char *pattern, const char *sort, int ofs, int always_root);
+void cgit_about_link(const char *name, const char *title, const char *class,
+ const char *head);
extern void cgit_summary_link(const char *name, const char *title,
const char *class, const char *head);
extern void cgit_tag_link(const char *name, const char *title,