aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_peers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps_peers.h')
-rw-r--r--src/rps/gnunet-service-rps_peers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rps/gnunet-service-rps_peers.h b/src/rps/gnunet-service-rps_peers.h
index abb5d831a..c7b9ed265 100644
--- a/src/rps/gnunet-service-rps_peers.h
+++ b/src/rps/gnunet-service-rps_peers.h
@@ -173,7 +173,7 @@ Peers_issue_peer_liveliness_check (const struct GNUNET_PeerIdentity *peer);
173 173
174/** 174/**
175 * @brief Remove unecessary data 175 * @brief Remove unecessary data
176 * 176 *
177 * If the other peer is not intending to send messages, we have messages pending 177 * If the other peer is not intending to send messages, we have messages pending
178 * to be sent to this peer and we are not waiting for a reply, remove the 178 * to be sent to this peer and we are not waiting for a reply, remove the
179 * information about it (its #PeerContext). 179 * information about it (its #PeerContext).
@@ -187,7 +187,7 @@ Peers_clean_peer (const struct GNUNET_PeerIdentity *peer);
187 187
188/** 188/**
189 * @brief Remove peer 189 * @brief Remove peer
190 * 190 *
191 * @param peer the peer to clean 191 * @param peer the peer to clean
192 * @return #GNUNET_YES if peer was removed 192 * @return #GNUNET_YES if peer was removed
193 * #GNUNET_NO otherwise 193 * #GNUNET_NO otherwise
@@ -320,7 +320,7 @@ void *
320Peers_handle_inbound_channel (void *cls, 320Peers_handle_inbound_channel (void *cls,
321 struct GNUNET_CADET_Channel *channel, 321 struct GNUNET_CADET_Channel *channel,
322 const struct GNUNET_PeerIdentity *initiator, 322 const struct GNUNET_PeerIdentity *initiator,
323 uint32_t port, 323 const struct GNUNET_HashCode *port,
324 enum GNUNET_CADET_ChannelOption options); 324 enum GNUNET_CADET_ChannelOption options);
325 325
326/** 326/**