From b1489c163a0ab9b4e21c56b4eaff0b8a9363841d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 2 May 2010 12:05:30 +0000 Subject: [PATCH] fix --- src/hello/test_hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hello/test_hello.c b/src/hello/test_hello.c index eaaa29d68..1ce1fcb83 100644 --- a/src/hello/test_hello.c +++ b/src/hello/test_hello.c @@ -53,7 +53,7 @@ static int check_addr (void *cls, const char *tname, struct GNUNET_TIME_Absolute expiration, - const void *addr, size_t addrlen) + const void *addr, uint16_t addrlen) { unsigned int *i = cls; @@ -74,7 +74,7 @@ static int remove_some (void *cls, const char *tname, struct GNUNET_TIME_Absolute expiration, - const void *addr, size_t addrlen) + const void *addr, uint16_t addrlen) { unsigned int *i = cls; -- 2.25.1