summary refs log tree commit diff stats
path: root/src/common/server.h
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-01-18 02:10:03 -0800
committerArnavion <arnavion@gmail.com>2015-01-18 02:10:03 -0800
commitee17ec6b4f0d0d198f0a8efa1eaf4e93646140e1 (patch)
tree1f3250faef10d9da12d6f8e1777f0edea8487be7 /src/common/server.h
parent5a56f9ea01986dfcb3da856177398a455bf7b38c (diff)
Removed legacy "IRC" encoding.
Diffstat (limited to 'src/common/server.h')
-rw-r--r--src/common/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/server.h b/src/common/server.h
index ac032a0e..211f407c 100644
--- a/src/common/server.h
+++ b/src/common/server.h
@@ -25,7 +25,7 @@ extern GSList *serv_list;
 /* eventually need to keep the tcp_* functions isolated to server.c */
 int tcp_send_len (server *serv, char *buf, int len);
 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, char *buf, int len);
 
 server *server_new (void);
 int is_server (server *serv);