aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.h
diff options
from:
to:
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 2a3a7f5..a6627d4 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -21,6 +21,8 @@ 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,
const char *class, const char *tag);
+extern void cgit_ci_link(const char *name, const char *title,
+ const char *class, const char *head);
extern void cgit_tree_link(const char *name, const char *title,
const char *class, const char *head,
const char *rev, const char *path);