aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.h')
-rw-r--r--ui-shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h
index 021fe4e..f8cf220 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -18,7 +18,8 @@ extern void cgit_index_link(const char *name, const char *title,
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);
+ const char *class, const char *head,
+ const char *rev);
extern void cgit_tree_link(const char *name, const char *title,
const char *class, const char *head,
const char *rev, const char *path);