mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
parent
7fd3c1f50a
commit
28df637055
3 changed files with 20 additions and 1 deletions
|
|
@ -40,6 +40,9 @@ int net_ip_compare(IPADDR *ip1, IPADDR *ip2);
|
|||
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);
|
||||
/* Start TLS */
|
||||
GIOChannel *net_start_ssl(SERVER_REC *server);
|
||||
|
||||
int irssi_ssl_handshake(GIOChannel *handle);
|
||||
/* Connect to socket with ip address */
|
||||
GIOChannel *net_connect_ip(IPADDR *ip, int port, IPADDR *my_ip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue