Removed casts in g_free(), therefore also removed some const declarations

This commit is contained in:
hawken93 2014-10-04 23:22:50 +02:00
commit c2505203d0
8 changed files with 14 additions and 14 deletions

View file

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