aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_rps_service.h')
-rw-r--r--src/include/gnunet_rps_service.h2
1 files changed, 1 insertions, 1 deletions
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,
94 * @param ids the ids of the peers seeded 94 * @param ids the ids of the peers seeded
95 */ 95 */
96 void 96 void
97GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint64_t n, 97GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n,
98 const struct GNUNET_PeerIdentity * ids); 98 const struct GNUNET_PeerIdentity * ids);
99 99
100/** 100/**