about summary refs log tree commit diff stats
path: root/ui-shared.h
diff options
context:
space:
mode:
authorJohn Keeping2018-03-31 15:08:59 +0100
committerJason A. Donenfeld2018-06-27 18:11:19 +0200
commite491eaa5df3055dc419d9d3cb75421e8a8c43944 (patch)
tree4de939687f7417ca4e2940386310c8c458c60eb8 /ui-shared.h
parentui-shared: use the same snapshot logic as ui-refs (diff)
downloadcgit-e491eaa5df3055dc419d9d3cb75421e8a8c43944.tar.gz
cgit-e491eaa5df3055dc419d9d3cb75421e8a8c43944.zip
ui-shared: pass separator in to cgit_print_snapshot_links()
cgit_print_snapshot_links() is almost identical to
print_tag_downloads(), so let's extract the difference to a parameter in
preparation for removing print_tag_downloads() in the next commit.

Signed-off-by: John Keeping <john@keeping.me.uk>
Reviewed-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'ui-shared.h')
-rw-r--r--ui-shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h index d44d7c6..4d5978b 100644 --- a/ui-shared.h +++ b/ui-shared.h
@@ -77,7 +77,7 @@ extern void cgit_print_filemode(unsigned short mode);
77extern void cgit_compose_snapshot_prefix(struct strbuf *filename, 77extern void cgit_compose_snapshot_prefix(struct strbuf *filename,
78 const char *base, const char *ref); 78 const char *base, const char *ref);
79extern void cgit_print_snapshot_links(const struct cgit_repo *repo, 79extern void cgit_print_snapshot_links(const struct cgit_repo *repo,
80 const char *ref); 80 const char *ref, const char *separator);
81extern const char *cgit_snapshot_prefix(const struct cgit_repo *repo); 81extern const char *cgit_snapshot_prefix(const struct cgit_repo *repo);
82extern void cgit_add_hidden_formfields(int incl_head, int incl_search, 82extern void cgit_add_hidden_formfields(int incl_head, int incl_search,
83 const char *page); 83 const char *page);