diff options
Diffstat (limited to 'src/core/wee-network.h')
-rw-r--r-- | src/core/wee-network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-network.h b/src/core/wee-network.h index 1b6e4cf5c..4f8031d57 100644 --- a/src/core/wee-network.h +++ b/src/core/wee-network.h @@ -24,7 +24,7 @@ struct t_hook; extern void network_init (); extern void network_end (); -extern int network_pass_proxy (int sock, char *address, int port); +extern int network_pass_proxy (int sock, const char *address, int port); extern int network_connect_to (int sock, unsigned long address, int port); extern void network_connect_with_fork (struct t_hook *); |