-do not export set_incoming_quota past file, it is not used beyond the scope
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.h
index 8d2139d94dc5025fcf8eaebbdadb80f08057658f..687776f8872d944278d165ec6e5f5817ec98421f 100644 (file)
@@ -144,17 +144,6 @@ GST_neighbours_keepalive_response (const struct GNUNET_PeerIdentity *neighbour,
                                    const struct GNUNET_MessageHeader *m);
 
 
-/**
- * Change the incoming quota for the given peer.
- *
- * @param neighbour identity of peer to change qutoa for
- * @param quota new quota
- */
-void
-GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour,
-                                   struct GNUNET_BANDWIDTH_Value32NBO quota);
-
-
 /**
  * If we have an active connection to the given target, it must be shutdown.
  *