aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rps_service.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-18 03:23:23 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-18 03:23:23 +0000
commite993426d1447a693c96920beb5bb469f78f1fdae (patch)
tree79fdf17dcf8be4b17daa3708330df05cd33ca00a /src/include/gnunet_rps_service.h
parent42efb9525e1ed4a389b9bbd2c2ef9900e6f7f7a6 (diff)
downloadgnunet-e993426d1447a693c96920beb5bb469f78f1fdae.tar.gz
gnunet-e993426d1447a693c96920beb5bb469f78f1fdae.zip
fixed message size
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 39c9a1f38..c24139133 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -82,7 +82,7 @@ GNUNET_RPS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
82 * @return handle to this request 82 * @return handle to this request
83 */ 83 */
84 struct GNUNET_RPS_Request_Handle * 84 struct GNUNET_RPS_Request_Handle *
85GNUNET_RPS_request_peers (struct GNUNET_RPS_Handle *h, uint64_t n, 85GNUNET_RPS_request_peers (struct GNUNET_RPS_Handle *h, uint32_t n,
86 GNUNET_RPS_NotifyReadyCB ready_cb, 86 GNUNET_RPS_NotifyReadyCB ready_cb,
87 void *cls); 87 void *cls);
88 88