From 64ef9b77afabde7f0856d908489a5255107606ff Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 28 Nov 2010 23:24:16 +0000 Subject: added length field to tcp_endpoint_t git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@15 e61f0598-a718-4e21-a8f0-0aadfa62ad6b --- src/clients.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clients.h') diff --git a/src/clients.h b/src/clients.h index 8a78aa2..2515837 100644 --- a/src/clients.h +++ b/src/clients.h @@ -47,7 +47,7 @@ typedef slist_t clients_t; int clients_init(clients_t* list); void clients_clear(clients_t* list); -int clients_add(clients_t* list, int fd, const tcp_endpoint_t* remote_end, const tcp_endpoint_t* source_end); +int clients_add(clients_t* list, int fd, const tcp_endpoint_t remote_end, const tcp_endpoint_t source_end); void clients_remove(clients_t* list, int fd); client_t* clients_find(clients_t* list, int fd); void clients_print(clients_t* list); -- cgit v1.2.3