summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_server.h')
-rw-r--r--toxcore/TCP_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_server.h b/toxcore/TCP_server.h
index 632a5e79..77ffd539 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -87,7 +87,7 @@ TCP_Server *new_TCP_server(uint8_t ipv6_enabled, uint16_t num_sockets, const uin
87 87
88/* Run the TCP_server 88/* Run the TCP_server
89 */ 89 */
90void do_TCP_server(TCP_Server *tcp_server); 90void do_TCP_server(TCP_Server *tcp_server, Mono_Time *mono_time);
91 91
92/* Kill the TCP server 92/* Kill the TCP server
93 */ 93 */