summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_server.c')
-rw-r--r--toxcore/TCP_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_server.c b/toxcore/TCP_server.c
index 65dc81c3..b31fab72 100644
--- a/toxcore/TCP_server.c
+++ b/toxcore/TCP_server.c
@@ -91,7 +91,7 @@ struct TCP_Server {
91 91
92 uint64_t counter; 92 uint64_t counter;
93 93
94 BS_LIST accepted_key_list; 94 BS_List accepted_key_list;
95}; 95};
96 96
97const uint8_t *tcp_server_public_key(const TCP_Server *tcp_server) 97const uint8_t *tcp_server_public_key(const TCP_Server *tcp_server)