aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-09-26 00:22:41 +0200
committerJulius Bünger <buenger@mytum.de>2018-09-26 00:23:45 +0200
commita38275062455b7991c6a8536db38a55135cefff2 (patch)
treec2421f7c323f2047ca42d225a9bb5dc6644d7bb5 /src/include
parentafbafd99c2b66bd3e35df763623883192cdad67d (diff)
downloadgnunet-a38275062455b7991c6a8536db38a55135cefff2.tar.gz
gnunet-a38275062455b7991c6a8536db38a55135cefff2.zip
Change architecture of RPS service - api
Diffstat (limited to 'src/include')
-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 22e944d0f..f77c3dbc4 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -162,7 +162,7 @@ GNUNET_RPS_view_request (struct GNUNET_RPS_Handle *rps_handle,
162 * @param cls a closure that will be given to the callback 162 * @param cls a closure that will be given to the callback
163 * @param ready_cb the callback called when the peers are available 163 * @param ready_cb the callback called when the peers are available
164 */ 164 */
165void 165struct GNUNET_RPS_StreamRequestHandle *
166GNUNET_RPS_stream_request (struct GNUNET_RPS_Handle *rps_handle, 166GNUNET_RPS_stream_request (struct GNUNET_RPS_Handle *rps_handle,
167 uint32_t num_updates, 167 uint32_t num_updates,
168 GNUNET_RPS_NotifyReadyCB stream_input_cb, 168 GNUNET_RPS_NotifyReadyCB stream_input_cb,