summaryrefslogtreecommitdiff
path: root/toxcore/TCP_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_connection.h')
-rw-r--r--toxcore/TCP_connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxcore/TCP_connection.h b/toxcore/TCP_connection.h
index a8e522d3..1bd5b85a 100644
--- a/toxcore/TCP_connection.h
+++ b/toxcore/TCP_connection.h
@@ -206,7 +206,8 @@ uint32_t tcp_copy_connected_relays(TCP_Connections *tcp_c, Node_format *tcp_rela
206 */ 206 */
207TCP_Connections *new_tcp_connections(Mono_Time *mono_time, const uint8_t *secret_key, TCP_Proxy_Info *proxy_info); 207TCP_Connections *new_tcp_connections(Mono_Time *mono_time, const uint8_t *secret_key, TCP_Proxy_Info *proxy_info);
208 208
209void do_tcp_connections(TCP_Connections *tcp_c, void *userdata); 209void do_tcp_connections(const Logger *logger, TCP_Connections *tcp_c, void *userdata);
210
210void kill_tcp_connections(TCP_Connections *tcp_c); 211void kill_tcp_connections(TCP_Connections *tcp_c);
211 212
212#endif 213#endif