summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-19 21:54:30 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-21 14:46:31 +0000
commitb6b3cdbf2551d001478441576d55a14b764889fb (patch)
tree6806fd82beee0c647d022861abb7b28936623cba /toxcore/TCP_client.h
parent9a96bb9a5bb414afb137c094f987740581ecebda (diff)
Synchronise parameter names in headers with those in the implementation.
Diffstat (limited to 'toxcore/TCP_client.h')
-rw-r--r--toxcore/TCP_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_client.h b/toxcore/TCP_client.h
index 8bfe4155..6d1cbb3b 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -60,7 +60,7 @@ TCP_Client_Status tcp_con_status(const TCP_Client_Connection *con);
60void *tcp_con_custom_object(const TCP_Client_Connection *con); 60void *tcp_con_custom_object(const TCP_Client_Connection *con);
61uint32_t tcp_con_custom_uint(const TCP_Client_Connection *con); 61uint32_t tcp_con_custom_uint(const TCP_Client_Connection *con);
62void tcp_con_set_custom_object(TCP_Client_Connection *con, void *object); 62void tcp_con_set_custom_object(TCP_Client_Connection *con, void *object);
63void tcp_con_set_custom_uint(TCP_Client_Connection *con, uint32_t uint); 63void tcp_con_set_custom_uint(TCP_Client_Connection *con, uint32_t value);
64 64
65/* Create new TCP connection to ip_port/public_key 65/* Create new TCP connection to ip_port/public_key
66 */ 66 */