gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35280 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r35280 - gnunet/src/include
Date: Tue, 17 Feb 2015 15:06:11 +0100

Author: ch3
Date: 2015-02-17 15:06:11 +0100 (Tue, 17 Feb 2015)
New Revision: 35280

Modified:
   gnunet/src/include/gnunet_rps_service.h
Log:
- fixed conflicting int type

Modified: gnunet/src/include/gnunet_rps_service.h
===================================================================
--- gnunet/src/include/gnunet_rps_service.h     2015-02-17 14:04:56 UTC (rev 
35279)
+++ gnunet/src/include/gnunet_rps_service.h     2015-02-17 14:06:11 UTC (rev 
35280)
@@ -94,7 +94,7 @@
  * @param ids the ids of the peers seeded
  */
   void
-GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint64_t n,
+GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n,
                      const struct GNUNET_PeerIdentity * ids);
 
 /**




reply via email to

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