diff options
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h index 6964873..9faf2ba 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -17,6 +17,8 @@ extern void cgit_add_clone_urls(void (*fn)(const char *)); | |||
17 | 17 | ||
18 | extern void cgit_index_link(const char *name, const char *title, | 18 | extern void cgit_index_link(const char *name, const char *title, |
19 | const char *class, const char *pattern, const char *sort, int ofs, int always_root); | 19 | const char *class, const char *pattern, const char *sort, int ofs, int always_root); |
20 | extern void cgit_repo_link(const char *name, const char *title, | ||
21 | const char *class, const char *head); | ||
20 | extern void cgit_summary_link(const char *name, const char *title, | 22 | extern void cgit_summary_link(const char *name, const char *title, |
21 | const char *class, const char *head); | 23 | const char *class, const char *head); |
22 | extern void cgit_tag_link(const char *name, const char *title, | 24 | extern void cgit_tag_link(const char *name, const char *title, |