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 1573d212..40984778 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -128,7 +128,7 @@ typedef struct {
128 128
129 uint64_t counter; 129 uint64_t counter;
130 130
131 LIST accepted_key_list; 131 BS_LIST accepted_key_list;
132} TCP_Server; 132} TCP_Server;
133 133
134/* Create new TCP server instance. 134/* Create new TCP server instance.