summaryrefslogtreecommitdiff
path: root/toxcore/TCP_connection.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-04-18 09:32:17 -0400
committerirungentoo <irungentoo@gmail.com>2015-04-18 09:32:17 -0400
commit0886b4f7b81b53a38563289f98d56f4943522a0a (patch)
tree8d83da08eb21eeed05df8bdb25e586406e361e81 /toxcore/TCP_connection.h
parent863b6d6f4cc2c1f22055d92415af5c7421a8fc8a (diff)
Enable proxy support in TCP_connection.
Diffstat (limited to 'toxcore/TCP_connection.h')
-rw-r--r--toxcore/TCP_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_connection.h b/toxcore/TCP_connection.h
index 9b82e575..0b7aae64 100644
--- a/toxcore/TCP_connection.h
+++ b/toxcore/TCP_connection.h
@@ -185,7 +185,7 @@ int add_tcp_relay_global(TCP_Connections *tcp_c, IP_Port ip_port, const uint8_t
185 */ 185 */
186unsigned int tcp_copy_connected_relays(TCP_Connections *tcp_c, Node_format *tcp_relays, uint16_t max_num); 186unsigned int tcp_copy_connected_relays(TCP_Connections *tcp_c, Node_format *tcp_relays, uint16_t max_num);
187 187
188TCP_Connections *new_tcp_connections(DHT *dht); 188TCP_Connections *new_tcp_connections(DHT *dht, TCP_Proxy_Info *proxy_info);
189void do_tcp_connections(TCP_Connections *tcp_c); 189void do_tcp_connections(TCP_Connections *tcp_c);
190void kill_tcp_connections(TCP_Connections *tcp_c); 190void kill_tcp_connections(TCP_Connections *tcp_c);
191 191