From ea0217374e9d9fcbdcde0d8b1fabc64e64510269 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 3 Jun 2011 20:44:07 +0000 Subject: [PATCH] simplify api --- src/include/gnunet_transport_service.h | 5 ----- 1 file changed, 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); * @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, -- 2.25.1