about summary refs log tree commit diff stats
path: root/ui-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.h')
-rw-r--r--ui-shared.h2
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
18extern void cgit_index_link(const char *name, const char *title, 18extern 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);
20extern void cgit_repo_link(const char *name, const char *title,
21 const char *class, const char *head);
20extern void cgit_summary_link(const char *name, const char *title, 22extern void cgit_summary_link(const char *name, const char *title,
21 const char *class, const char *head); 23 const char *class, const char *head);
22extern void cgit_tag_link(const char *name, const char *title, 24extern void cgit_tag_link(const char *name, const char *title,