diff options
author | Lars Hjemli | 2008-10-05 21:18:45 +0200 |
---|---|---|
committer | Lars Hjemli | 2008-10-05 21:18:45 +0200 |
commit | cf61ad411c41a774c9671651704bdeb78ccc1036 (patch) | |
tree | dd6554d3fb4f726354c2819dc29c947c00459bc1 /ui-shared.h | |
parent | 8b5fc6de036cf159ffa61a55158044749bd6f4d9 (diff) | |
download | cgit-cf61ad411c41a774c9671651704bdeb78ccc1036.tar.gz cgit-cf61ad411c41a774c9671651704bdeb78ccc1036.tar.bz2 cgit-cf61ad411c41a774c9671651704bdeb78ccc1036.zip |
ui-shared: add cgit_tag_link()
This function can be used to generate properly escaped links to the tag
page.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h index 0cd5ed1..3c8a6d0 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -11,6 +11,8 @@ extern char *cgit_pageurl(const char *reponame, const char *pagename, | |||
11 | extern void cgit_index_link(char *name, char *title, char *class, | 11 | extern void cgit_index_link(char *name, char *title, char *class, |
12 | char *pattern, int ofs); | 12 | char *pattern, int ofs); |
13 | extern void cgit_summary_link(char *name, char *title, char *class, char *head); | 13 | extern void cgit_summary_link(char *name, char *title, char *class, char *head); |
14 | extern void cgit_tag_link(char *name, char *title, char *class, char *head, | ||
15 | char *rev); | ||
14 | extern void cgit_tree_link(char *name, char *title, char *class, char *head, | 16 | extern void cgit_tree_link(char *name, char *title, char *class, char *head, |
15 | char *rev, char *path); | 17 | char *rev, char *path); |
16 | extern void cgit_plain_link(char *name, char *title, char *class, char *head, | 18 | extern void cgit_plain_link(char *name, char *title, char *class, char *head, |