summaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_peer.h')
-rw-r--r--src/cadet/gnunet-service-cadet_peer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cadet/gnunet-service-cadet_peer.h b/src/cadet/gnunet-service-cadet_peer.h
index eae7764c3..fb0879a4b 100644
--- a/src/cadet/gnunet-service-cadet_peer.h
+++ b/src/cadet/gnunet-service-cadet_peer.h
@@ -318,12 +318,10 @@ GCP_remove_path (struct CadetPeer *peer,
318 * 318 *
319 * @param peer Peer to remove connection from. 319 * @param peer Peer to remove connection from.
320 * @param c Connection to remove. 320 * @param c Connection to remove.
321 * @param pred #GNUNET_YES if we were predecessor, #GNUNET_NO if we were successor
322 */ 321 */
323void 322void
324GCP_remove_connection (struct CadetPeer *peer, 323GCP_remove_connection (struct CadetPeer *peer,
325 const struct CadetConnection *c, 324 const struct CadetConnection *c);
326 int pred);
327 325
328 326
329/** 327/**