mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Deprecate net_connect()
This commit is contained in:
parent
0060f682c2
commit
98fce5f807
@ -37,7 +37,7 @@ GIOChannel *g_io_channel_new(int handle);
|
||||
int net_ip_compare(IPADDR *ip1, IPADDR *ip2);
|
||||
|
||||
/* Connect to socket */
|
||||
GIOChannel *net_connect(const char *addr, int port, IPADDR *my_ip);
|
||||
GIOChannel *net_connect(const char *addr, int port, IPADDR *my_ip) G_GNUC_DEPRECATED;
|
||||
/* Connect to socket with ip address and SSL*/
|
||||
GIOChannel *net_connect_ip_ssl(IPADDR *ip, int port, IPADDR *my_ip, SERVER_REC *server);
|
||||
int irssi_ssl_handshake(GIOChannel *handle);
|
||||
|
Loading…
Reference in New Issue
Block a user