aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_client_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 687083ad4..6f4190c5b 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -105,8 +105,8 @@ struct GNUNET_CLIENT_TransmitHandle;
105 105
106/** 106/**
107 * Ask the client to call us once the specified number of bytes 107 * Ask the client to call us once the specified number of bytes
108 * are free in the transmission buffer. May call the notify 108 * are free in the transmission buffer. Will never call the @a notify
109 * method immediately if enough space is available. 109 * callback in this task, but always first go into the scheduler.
110 * 110 *
111 * @param client connection to the service 111 * @param client connection to the service
112 * @param size number of bytes to send 112 * @param size number of bytes to send