mirror of
https://git.zx2c4.com/cgit
synced 2025-08-01 16:44:44 +02:00
ui-shared: return value of cgit_currenturl is not const
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
37fce9916a
commit
c5c0eb873e
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
extern const char *cgit_httpscheme();
|
||||
extern const char *cgit_hosturl();
|
||||
extern const char *cgit_rooturl();
|
||||
extern const char *cgit_currenturl();
|
||||
extern 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