aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-06 23:46:00 +0000
committerChristian Grothoff <christian@grothoff.org>2015-11-06 23:46:00 +0000
commit49f07dd6fa3717c2035f616f973e4b67ac0b4f40 (patch)
tree8434bb3f4349cca819f10ac02becf65a8009e591 /src/transport/gnunet-service-transport_neighbours.h
parent9372cb529f88dd9e31bb51752601c91421651860 (diff)
downloadgnunet-49f07dd6fa3717c2035f616f973e4b67ac0b4f40.tar.gz
gnunet-49f07dd6fa3717c2035f616f973e4b67ac0b4f40.zip
removing try_connect-related logic that really should no longer be needed (#3675)
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index b7864399d..14a6cc830 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -51,15 +51,6 @@ GST_neighbours_stop (void);
51 51
52 52
53/** 53/**
54 * Try to create a connection to the given target (eventually).
55 *
56 * @param target peer to try to connect to
57 */
58void
59GST_neighbours_try_connect (const struct GNUNET_PeerIdentity *target);
60
61
62/**
63 * Test if we're connected to the given peer. 54 * Test if we're connected to the given peer.
64 * 55 *
65 * @param target peer to test 56 * @param target peer to test