mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Delete unused function net_connect()
This commit is contained in:
parent
3b3939b146
commit
b8b90c76d4
2 changed files with 0 additions and 36 deletions
|
|
@ -35,8 +35,6 @@ GIOChannel *g_io_channel_new(int handle);
|
|||
|
||||
int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip);
|
||||
|
||||
/* Connect to socket */
|
||||
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue