summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c4
1 files changed, 2 insertions, 2 deletions
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;