fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 2 May 2010 12:05:30 +0000 (12:05 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 2 May 2010 12:05:30 +0000 (12:05 +0000)
src/hello/test_hello.c

index eaaa29d6875ea39481a45de376249c2729a1b1ad..1ce1fcb83823f1a95c157bc35b5af79c713e6222 100644 (file)
@@ -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;