1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[protocol] const in get_protocol_proxy

This commit is contained in:
Witold Filipczyk 2022-02-17 20:16:42 +01:00
parent 84c5b2da03
commit 839c408086

View File

@ -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)
{