From a68db8d4f235c2ea59aea9cf7311474ac85f5124 Mon Sep 17 00:00:00 2001 From: fcolin Date: Wed, 13 Jul 2005 11:27:40 +0000 Subject: menage dans ivysocket --- src/ivy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index ca55b92..edc2d0c 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -362,7 +362,7 @@ static int CheckConnected( IvyClientPtr clnt ) return 0; } -static char* Receive( Client client, void *data, char *message, unsigned long len ) +static char* Receive( Client client, void *data, char *message, unsigned int len ) { IvyClientPtr clnt; int id; @@ -621,7 +621,7 @@ static void *ClientCreate( Client client ) return SendService (client); } -static char* BroadcastReceive( Client client, void *data, char *message, unsigned long len) +static char* BroadcastReceive( Client client, void *data, char *message, unsigned int len) { Client app; int err; -- cgit v1.1