gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9654 - GNUnet/src/applications/dv/module


From: gnunet
Subject: [GNUnet-SVN] r9654 - GNUnet/src/applications/dv/module
Date: Tue, 1 Dec 2009 14:05:56 +0100

Author: grothoff
Date: 2009-12-01 14:05:56 +0100 (Tue, 01 Dec 2009)
New Revision: 9654

Modified:
   GNUnet/src/applications/dv/module/dv.c
Log:
fix

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-12-01 11:50:45 UTC (rev 
9653)
+++ GNUnet/src/applications/dv/module/dv.c      2009-12-01 13:05:56 UTC (rev 
9654)
@@ -235,7 +235,7 @@
  * GNUNET_NO if not
  */
 int
-GNUNET_DV_have_peer (GNUNET_PeerIdentity * peer)
+GNUNET_DV_have_peer (const GNUNET_PeerIdentity * peer)
 {
   return GNUNET_multi_hash_map_contains (ctx->extended_neighbors,
                                          &peer->hashPubKey);





reply via email to

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