mirror of
https://git.zx2c4.com/cgit
synced 2025-07-13 11:44:36 +02:00
ui-shared: return value of cgit_hosturl is not const
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
6f2e4400fa
commit
f77e2a8cfa
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
#define UI_SHARED_H
|
||||
|
||||
extern const char *cgit_httpscheme();
|
||||
extern const char *cgit_hosturl();
|
||||
extern char *cgit_hosturl();
|
||||
extern const char *cgit_rooturl();
|
||||
extern char *cgit_currenturl();
|
||||
extern const char *cgit_loginurl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue