mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:15:08 +00:00
ui-shared: return value of cgit_hosturl is not const
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
committed by
Jason A. Donenfeld
parent
6f2e4400fa
commit
f77e2a8cfa
@@ -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();
|
||||
|
Reference in New Issue
Block a user