gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5097 - in GNUnet/src/applications: fs/namespace identity


From: gnunet
Subject: [GNUnet-SVN] r5097 - in GNUnet/src/applications: fs/namespace identity
Date: Sat, 16 Jun 2007 23:20:29 -0600 (MDT)

Author: grothoff
Date: 2007-06-16 23:20:28 -0600 (Sat, 16 Jun 2007)
New Revision: 5097

Modified:
   GNUnet/src/applications/fs/namespace/namespace_infotest.c
   GNUnet/src/applications/identity/identitytest.c
Log:
compile errors

Modified: GNUnet/src/applications/fs/namespace/namespace_infotest.c
===================================================================
--- GNUnet/src/applications/fs/namespace/namespace_infotest.c   2007-06-17 
00:51:53 UTC (rev 5096)
+++ GNUnet/src/applications/fs/namespace/namespace_infotest.c   2007-06-17 
05:20:28 UTC (rev 5097)
@@ -71,7 +71,6 @@
   /* ACTUAL TEST CODE */
   old = NS_listNamespaces(ectx,
                          cfg,
-                         YES,
                          NULL,
                          NULL);
                                
@@ -92,7 +91,6 @@
   CHECK(uri != NULL);
   CHECK(old + 1 == NS_listNamespaces(ectx,
                                     cfg,
-                                    YES,
                                     NULL,
                                     NULL));
   old = NS_listNamespaceContent(ectx,

Modified: GNUnet/src/applications/identity/identitytest.c
===================================================================
--- GNUnet/src/applications/identity/identitytest.c     2007-06-17 00:51:53 UTC 
(rev 5096)
+++ GNUnet/src/applications/identity/identitytest.c     2007-06-17 05:20:28 UTC 
(rev 5097)
@@ -117,7 +117,8 @@
 
 static int hcb(void * data,
               const PeerIdentity * identity,
-              const char * address,
+              const void * address,
+              unsigned int addr_len,
               cron_t last_message,
               unsigned int trust,
               unsigned int bpmFromPeer) {





reply via email to

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