From c7e3322d889a8a759722a4ba03a4fbabcb561fd5 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Tue, 17 Feb 2015 14:06:11 +0000 Subject: - fixed conflicting int type --- src/include/gnunet_rps_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h index be388ba32..a406f604a 100644 --- a/src/include/gnunet_rps_service.h +++ b/src/include/gnunet_rps_service.h @@ -94,7 +94,7 @@ GNUNET_RPS_request_peers (struct GNUNET_RPS_Handle *h, uint32_t n, * @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); /** -- cgit v1.2.3