X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a22855747e97e55a7b7a2622fe671b8ca9af0981..898b9e19e0eacd67456ddcc91ff173055e1c0e99:/ui-shared.h diff --git a/ui-shared.h b/ui-shared.h index 4d5978b..6964873 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -5,6 +5,7 @@ extern const char *cgit_httpscheme(void); extern char *cgit_hosturl(void); extern const char *cgit_rooturl(void); extern char *cgit_currenturl(void); +extern char *cgit_currentfullurl(void); extern const char *cgit_loginurl(void); extern char *cgit_repourl(const char *reponame); extern char *cgit_fileurl(const char *reponame, const char *pagename,