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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_connection.h b/toxcore/TCP_connection.h
index 2d99e122..06b35829 100644
--- a/toxcore/TCP_connection.h
+++ b/toxcore/TCP_connection.h
@@ -219,7 +219,7 @@ uint32_t tcp_copy_connected_relays(TCP_Connections *tcp_c, Node_format *tcp_rela
219 * 219 *
220 * Returns NULL on failure. 220 * Returns NULL on failure.
221 */ 221 */
222TCP_Connections *new_tcp_connections(const uint8_t *secret_key, TCP_Proxy_Info *proxy_info); 222TCP_Connections *new_tcp_connections(Mono_Time *mono_time, const uint8_t *secret_key, TCP_Proxy_Info *proxy_info);
223 223
224void do_tcp_connections(TCP_Connections *tcp_c, void *userdata); 224void do_tcp_connections(TCP_Connections *tcp_c, void *userdata);
225void kill_tcp_connections(TCP_Connections *tcp_c); 225void kill_tcp_connections(TCP_Connections *tcp_c);