aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hello/test_hello.c4
1 files 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
53check_addr (void *cls, 53check_addr (void *cls,
54 const char *tname, 54 const char *tname,
55 struct GNUNET_TIME_Absolute expiration, 55 struct GNUNET_TIME_Absolute expiration,
56 const void *addr, size_t addrlen) 56 const void *addr, uint16_t addrlen)
57{ 57{
58 unsigned int *i = cls; 58 unsigned int *i = cls;
59 59
@@ -74,7 +74,7 @@ static int
74remove_some (void *cls, 74remove_some (void *cls,
75 const char *tname, 75 const char *tname,
76 struct GNUNET_TIME_Absolute expiration, 76 struct GNUNET_TIME_Absolute expiration,
77 const void *addr, size_t addrlen) 77 const void *addr, uint16_t addrlen)
78{ 78{
79 unsigned int *i = cls; 79 unsigned int *i = cls;
80 80