diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-09-04 23:42:18 +0000 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-27 04:16:27 +0000 |
| commit | 320fef638c07224b1abd681af1cbbd623f1b51c2 (patch) | |
| tree | 58fc4b78c86344e2fda6d724469cf26243d74024 /ui-shared.h | |
| parent | repo urls should be case insensitive (diff) | |
| download | cgit-320fef638c07224b1abd681af1cbbd623f1b51c2.tar.gz cgit-320fef638c07224b1abd681af1cbbd623f1b51c2.tar.bz2 cgit-320fef638c07224b1abd681af1cbbd623f1b51c2.zip | |
Diffstat (limited to 'ui-shared.h')
| -rw-r--r-- | ui-shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-shared.h b/ui-shared.h index 2a3a7f5..0f2a23f 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -24,6 +24,9 @@ extern void cgit_tag_link(const char *name, const char *title, extern void cgit_tree_link(const char *name, const char *title, const char *class, const char *head, const char *rev, const char *path); +extern void cgit_wiki_link(const char *name, const char *title, + const char *class, const char *head, + const char *rev, const char *path); extern void cgit_plain_link(const char *name, const char *title, const char *class, const char *head, const char *rev, const char *path); |