aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2014-12-27 12:32:03 +0000
committerJulius Bünger <buenger@mytum.de>2014-12-27 12:32:03 +0000
commit5cf128ef0009bdd2ba2210d364c23e8a34dc2a03 (patch)
tree3b04aad56b5cfecb1858d10911ed98f2a2e46ba9 /src/include/gnunet_rps_service.h
parent1a38e8ab9be3742fae293e968e43d7fa066ce6fc (diff)
downloadgnunet-5cf128ef0009bdd2ba2210d364c23e8a34dc2a03.tar.gz
gnunet-5cf128ef0009bdd2ba2210d364c23e8a34dc2a03.zip
fixed doxygen
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,