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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index 252188c62..eda012076 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -79,6 +79,7 @@ typedef void (* GNUNET_RPS_ViewUpdateCB) (void *cls,
79 * @param peer The received peer 79 * @param peer The received peer
80 */ 80 */
81typedef void (* GNUNET_RPS_StreamInputCB) (void *cls, 81typedef void (* GNUNET_RPS_StreamInputCB) (void *cls,
82 uint64_t num_peers,
82 const struct GNUNET_PeerIdentity *peer); 83 const struct GNUNET_PeerIdentity *peer);
83 84
84/** 85/**