mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[protocol] const in get_protocol_proxy
This commit is contained in:
parent
84c5b2da03
commit
839c408086
@ -99,7 +99,7 @@ strip_proxy_protocol(char *proxy,
|
||||
* exported by protocol/protocol.* dedicated to that would be nice too.
|
||||
* --pasky */
|
||||
static char *
|
||||
get_protocol_proxy(char *opt,
|
||||
get_protocol_proxy(const char *opt,
|
||||
char *env1, char *env2,
|
||||
char *strip1, char *strip2)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user