mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Removed unimplemented, unused function.
This commit is contained in:
parent
e400ed2855
commit
5a56f9ea01
@ -255,12 +255,6 @@ tcp_send_len (server *serv, char *buf, int len)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*int
|
|
||||||
tcp_send (server *serv, char *buf)
|
|
||||||
{
|
|
||||||
return tcp_send_len (serv, buf, strlen (buf));
|
|
||||||
}*/
|
|
||||||
|
|
||||||
void
|
void
|
||||||
tcp_sendf (server *serv, const char *fmt, ...)
|
tcp_sendf (server *serv, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
|
@ -24,7 +24,6 @@ extern GSList *serv_list;
|
|||||||
|
|
||||||
/* eventually need to keep the tcp_* functions isolated to server.c */
|
/* eventually need to keep the tcp_* functions isolated to server.c */
|
||||||
int tcp_send_len (server *serv, char *buf, int len);
|
int tcp_send_len (server *serv, char *buf, int len);
|
||||||
int tcp_send (server *serv, char *buf);
|
|
||||||
void tcp_sendf (server *serv, const char *fmt, ...) G_GNUC_PRINTF (2, 3);
|
void tcp_sendf (server *serv, const char *fmt, ...) G_GNUC_PRINTF (2, 3);
|
||||||
int tcp_send_real (void *ssl, int sok, char *encoding, int using_irc, char *buf, int len);
|
int tcp_send_real (void *ssl, int sok, char *encoding, int using_irc, char *buf, int len);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user