aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-03 20:44:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-03 20:44:07 +0000
commitea0217374e9d9fcbdcde0d8b1fabc64e64510269 (patch)
tree9a76f8b76732666c4957c71ba4a70174645ca6a7
parent9017f014c0d56dafe03c912540fb0bd0345ef918 (diff)
downloadgnunet-ea0217374e9d9fcbdcde0d8b1fabc64e64510269.tar.gz
gnunet-ea0217374e9d9fcbdcde0d8b1fabc64e64510269.zip
simplify api
-rw-r--r--src/include/gnunet_transport_service.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 0fbbf12f0..8d1eb2921 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -498,11 +498,6 @@ void GNUNET_TRANSPORT_disconnect (struct GNUNET_TRANSPORT_Handle *handle);
498 * @param target who's bandwidth quota is being changed 498 * @param target who's bandwidth quota is being changed
499 * @param quota_in incoming bandwidth quota 499 * @param quota_in incoming bandwidth quota
500 * @param quota_out outgoing bandwidth quota 500 * @param quota_out outgoing bandwidth quota
501 * @param timeout how long to wait until signaling failure if
502 * we can not communicate the quota change
503 * @param cont continuation to call when done, will be called
504 * either with reason "TIMEOUT" or with reason "PREREQ_DONE"
505 * @param cont_cls closure for continuation
506 */ 501 */
507void 502void
508GNUNET_TRANSPORT_set_quota (struct GNUNET_TRANSPORT_Handle *handle, 503GNUNET_TRANSPORT_set_quota (struct GNUNET_TRANSPORT_Handle *handle,