mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 10:04:32 +02:00
ui-shared: Add current url helper function.
This commit is contained in:
parent
db4b735464
commit
6bcda2f73d
3 changed files with 12 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
extern const char *cgit_httpscheme();
|
||||
extern const char *cgit_hosturl();
|
||||
extern const char *cgit_rooturl();
|
||||
extern const char *cgit_currenturl();
|
||||
extern const char *cgit_loginurl();
|
||||
extern char *cgit_repourl(const char *reponame);
|
||||
extern char *cgit_fileurl(const char *reponame, const char *pagename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue