aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 070ee01a9..c92209d81 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -307,6 +307,18 @@ GST_neighbour_get_current_address (const struct GNUNET_PeerIdentity *peer);
307 307
308 308
309/** 309/**
310 * We received a quoat message from the given peer,
311 * validate and process.
312 *
313 * @param peer sender of the message
314 * @param msg the quota message
315 */
316void
317GST_neighbours_handle_quota_message (const struct GNUNET_PeerIdentity *peer,
318 const struct GNUNET_MessageHeader *msg);
319
320
321/**
310 * We received a disconnect message from the given peer, 322 * We received a disconnect message from the given peer,
311 * validate and process. 323 * validate and process.
312 * 324 *