the repository which powers this website
Diffstat (limited to 'ui-shared.c')
| -rw-r--r-- | ui-shared.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c index 4250b890..5853a969 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -235,6 +235,11 @@ static void site_url(const char *page, const char *search, const char *sort, int } } +void cgit_shared_site_url(const char *page, const char *search, const char *sort, int ofs, int always_root) +{ + site_url(page, search, sort, ofs, always_root); +} + static void site_link(const char *page, const char *name, const char *title, const char *class, const char *search, const char *sort, int ofs, int always_root) { |