aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/transport/gnunet-service-transport_neighbours.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index db29d66aa..d7b234889 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -66,7 +66,7 @@ GST_neighbours_try_connect (const struct GNUNET_PeerIdentity *target);
66 66
67/** 67/**
68 * Test if we're connected to the given peer. 68 * Test if we're connected to the given peer.
69 * 69 *
70 * @param target peer to test 70 * @param target peer to test
71 * @return GNUNET_YES if we are connected, GNUNET_NO if not 71 * @return GNUNET_YES if we are connected, GNUNET_NO if not
72 */ 72 */
@@ -129,7 +129,7 @@ GST_neighbours_keepalive (const struct GNUNET_PeerIdentity *neighbour);
129 * Change the incoming quota for the given peer. 129 * Change the incoming quota for the given peer.
130 * 130 *
131 * @param neighbour identity of peer to change qutoa for 131 * @param neighbour identity of peer to change qutoa for
132 * @param quota new quota 132 * @param quota new quota
133 */ 133 */
134void 134void
135GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour, 135GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour,
@@ -164,7 +164,7 @@ typedef void (*GST_NeighbourIterator) (void *cls,
164/** 164/**
165 * Iterate over all connected neighbours. 165 * Iterate over all connected neighbours.
166 * 166 *
167 * @param cb function to call 167 * @param cb function to call
168 * @param cb_cls closure for cb 168 * @param cb_cls closure for cb
169 */ 169 */
170void 170void