mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Removed casts in g_free(), therefore also removed some const declarations
This commit is contained in:
parent
67d343fd3a
commit
c2505203d0
8 changed files with 14 additions and 14 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
struct _network_proxy_http {
|
||||
struct network_proxy proxy;
|
||||
const char *password;
|
||||
char *password;
|
||||
};
|
||||
|
||||
struct network_proxy *_network_proxy_http_create(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue