summaryrefslogtreecommitdiff
path: root/toxcore/TCP_server.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-06 13:23:21 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-06 13:23:21 -0400
commit7adefb6e6bc22eb3e68b4acc754a401caccffb4f (patch)
treee968b42ef01ddfe5e7b79a6556ad2cb68ef586e0 /toxcore/TCP_server.h
parentac5e44debbbc2cb475da04562b5cd1d64e87d255 (diff)
Renamed list functions to fix conflict issue on certain machines.
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.