From: Christian Grothoff Date: Fri, 3 Jun 2011 20:44:07 +0000 (+0000) Subject: simplify api X-Git-Tag: initial-import-from-subversion-38251~18343 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea0217374e9d9fcbdcde0d8b1fabc64e64510269;p=oweals%2Fgnunet.git simplify api --- 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); * @param target who's bandwidth quota is being changed * @param quota_in incoming bandwidth quota * @param quota_out outgoing bandwidth quota - * @param timeout how long to wait until signaling failure if - * we can not communicate the quota change - * @param cont continuation to call when done, will be called - * either with reason "TIMEOUT" or with reason "PREREQ_DONE" - * @param cont_cls closure for continuation */ void GNUNET_TRANSPORT_set_quota (struct GNUNET_TRANSPORT_Handle *handle,