mirror of
https://github.com/irssi/irssi.git
synced 2026-08-24 11:02:21 +02:00
Change coding style
This commit is contained in:
parent
a35e5b4f9d
commit
714b0241cb
6 changed files with 14 additions and 15 deletions
|
|
@ -228,8 +228,8 @@ GIOChannel *net_connect_ip(IPADDR *ip, int port, IPADDR *my_ip)
|
|||
}
|
||||
|
||||
/* Connect to socket */
|
||||
GIOChannel *net_connect_proxy(struct network_proxy const *proxy,
|
||||
char const *host, int port, IPADDR *ip, IPADDR *my_ip)
|
||||
GIOChannel *net_connect_proxy(const struct network_proxy *proxy,
|
||||
const char *host, int port, IPADDR *ip, IPADDR *my_ip)
|
||||
{
|
||||
if (proxy)
|
||||
return proxy->connect(proxy, ip, host, port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue