the repository which powers this website
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 f12fa994..ce05a9b5 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -1,6 +1,8 @@ #ifndef UI_SHARED_H #define UI_SHARED_H +extern void cgit_shared_site_url(const char *page, const char *search, const char *sort, int ofs, int always_root); + extern const char *cgit_httpscheme(void); extern char *cgit_hosturl(void); extern const char *cgit_rooturl(void); |