aboutsummaryrefslogtreecommitdiff
path: root/src/hello/test_hello.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-02 12:05:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-02 12:05:30 +0000
commitb1489c163a0ab9b4e21c56b4eaff0b8a9363841d (patch)
treea3673efdf957b96223009a2c0c8c9647629de764 /src/hello/test_hello.c
parent92f98f49ff789fadc01e829263cc9d5376fb2f14 (diff)
downloadgnunet-b1489c163a0ab9b4e21c56b4eaff0b8a9363841d.tar.gz
gnunet-b1489c163a0ab9b4e21c56b4eaff0b8a9363841d.zip
fix
Diffstat (limited to 'src/hello/test_hello.c')
-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