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 252df9fa..bc159f73 100644
--- a/toxcore/TCP_server.h
+++ b/toxcore/TCP_server.h
@@ -100,7 +100,7 @@ void kill_TCP_server(TCP_Server *tcp_server);
100 * 100 *
101 * return length on success 101 * return length on success
102 * return 0 if nothing has been read from socket. 102 * return 0 if nothing has been read from socket.
103 * return ~0 on failure. 103 * return -1 on failure.
104 */ 104 */
105uint16_t read_TCP_length(Socket sock); 105uint16_t read_TCP_length(Socket sock);
106 106