gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11150 - gnunet/src/hello


From: gnunet
Subject: [GNUnet-SVN] r11150 - gnunet/src/hello
Date: Sun, 2 May 2010 14:05:31 +0200

Author: grothoff
Date: 2010-05-02 14:05:30 +0200 (Sun, 02 May 2010)
New Revision: 11150

Modified:
   gnunet/src/hello/test_hello.c
Log:
fix

Modified: gnunet/src/hello/test_hello.c
===================================================================
--- gnunet/src/hello/test_hello.c       2010-05-02 12:01:06 UTC (rev 11149)
+++ gnunet/src/hello/test_hello.c       2010-05-02 12:05:30 UTC (rev 11150)
@@ -53,7 +53,7 @@
 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 @@
 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;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]