From: Christian Grothoff Date: Sun, 2 May 2010 12:05:30 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~21925 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b1489c163a0ab9b4e21c56b4eaff0b8a9363841d;p=oweals%2Fgnunet.git fix --- 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;