From b6b3cdbf2551d001478441576d55a14b764889fb Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 19 Jul 2018 21:54:30 +0000 Subject: Synchronise parameter names in headers with those in the implementation. --- toxcore/TCP_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/TCP_client.h') 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); void *tcp_con_custom_object(const TCP_Client_Connection *con); uint32_t tcp_con_custom_uint(const TCP_Client_Connection *con); void tcp_con_set_custom_object(TCP_Client_Connection *con, void *object); -void tcp_con_set_custom_uint(TCP_Client_Connection *con, uint32_t uint); +void tcp_con_set_custom_uint(TCP_Client_Connection *con, uint32_t value); /* Create new TCP connection to ip_port/public_key */ -- cgit v1.2.3