aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-07-23 00:11:15 +0200
committerLars Hjemli <hjemli@gmail.com>2007-07-23 00:27:32 +0200
commiteb45342e735818b3c68cbab9b61b23e79ae74418 (patch)
tree43fed08927a2118a22cf686ee58b8d464233cd5d /ui-shared.c
parentMerge branch 'master' of git://git.klever.net/patchwork/cgit (diff)
downloadcgit-eb45342e735818b3c68cbab9b61b23e79ae74418.tar.xz
cgit-eb45342e735818b3c68cbab9b61b23e79ae74418.zip
cgit_print_snapshot_links: use url to specify snapshot name
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c
index ca2ee82..5c5bcf3 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -227,6 +227,12 @@ void cgit_commit_link(char *name, char *title, char *class, char *head,
reporevlink("commit", name, title, class, head, rev, NULL);
}
+void cgit_snapshot_link(char *name, char *title, char *class, char *head,
+ char *rev, char *archivename)
+{
+ reporevlink("snapshot", name, title, class, head, rev, archivename);
+}
+
void cgit_diff_link(char *name, char *title, char *class, char *head,
char *new_rev, char *old_rev, char *path)
{