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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index f7dd253e0..b6d1cb71f 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -106,6 +106,10 @@ GNUNET_RPS_request_peers (struct GNUNET_RPS_Handle *h, uint64_t n,
106 106
107/** 107/**
108 * Seed rps service with peerIDs. 108 * Seed rps service with peerIDs.
109 *
110 * @param h handle to the rps service
111 * @param n number of peers to seed
112 * @param ids the ids of the peers seeded
109 */ 113 */
110 void 114 void
111GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint64_t n, 115GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint64_t n,