aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2014-12-24 16:59:19 +0000
committerJulius Bünger <buenger@mytum.de>2014-12-24 16:59:19 +0000
commitd732e59ca621101f0d58a788214dbda7833bbc2a (patch)
treef6a53ce6c560ebb282c4db33a9e2903ece3ecc71 /src/include/gnunet_rps_service.h
parent471ed8e8d0f2d7246fc2ec217357dadb9be0817b (diff)
downloadgnunet-d732e59ca621101f0d58a788214dbda7833bbc2a.tar.gz
gnunet-d732e59ca621101f0d58a788214dbda7833bbc2a.zip
minor fixes
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 2b0d136cb..497e9b67e 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -56,7 +56,7 @@ struct GNUNET_RPS_Request_Handle;
56 * @param num_peers the number of peers returned 56 * @param num_peers the number of peers returned
57 * @param peers array with num_peers PeerIDs 57 * @param peers array with num_peers PeerIDs
58 */ 58 */
59typedef void (* GNUNET_RPS_NotifyReadyCB) (void *cls, uint64_t num_peers, struct GNUNET_PeerIdentity *peers); 59typedef void (* GNUNET_RPS_NotifyReadyCB) (void *cls, uint64_t num_peers, const struct GNUNET_PeerIdentity *peers);
60 60
61/** 61/**
62 * Request n random peers. 62 * Request n random peers.