summaryrefslogtreecommitdiff
path: root/toxcore/TCP_connection.h
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2017-04-16 05:57:21 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2017-04-22 15:31:25 -0400
commitc7f63737ebfff2d1948ec9d6d92295a75d75cae5 (patch)
treeffaa46d8aecb53041ed61f6be73a4743fae6d4b1 /toxcore/TCP_connection.h
parent5ed37e543825c023163adba95b99ea81d3337196 (diff)
Revert "Implement tox_loop"
This reverts commit 5ff099763b1f56414572e1c12eb2f003117db5a0.
Diffstat (limited to 'toxcore/TCP_connection.h')
-rw-r--r--toxcore/TCP_connection.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toxcore/TCP_connection.h b/toxcore/TCP_connection.h
index 276303e7..f023b1ab 100644
--- a/toxcore/TCP_connection.h
+++ b/toxcore/TCP_connection.h
@@ -82,10 +82,6 @@ typedef struct TCP_Connections TCP_Connections;
82 82
83const uint8_t *tcp_connections_public_key(const TCP_Connections *tcp_c); 83const uint8_t *tcp_connections_public_key(const TCP_Connections *tcp_c);
84 84
85uint32_t tcp_connections_length(const TCP_Connections *tcp_c);
86
87const TCP_con *tcp_connections_connection_at(const TCP_Connections *tcp_c, uint32_t idx);
88
89/* Send a packet to the TCP connection. 85/* Send a packet to the TCP connection.
90 * 86 *
91 * return -1 on failure. 87 * return -1 on failure.