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.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,