aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-21 09:29:35 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-21 09:29:35 +0000
commit10ae843114fd76b94cf684fd4347e7ece49dd57c (patch)
treec7099a27c665a1c4f9b6c955cbbb7d1742abed66 /src/include/gnunet_client_lib.h
parentf306e8dd6ea01dea1dbf2cbb6a49b899021281ad (diff)
downloadgnunet-10ae843114fd76b94cf684fd4347e7ece49dd57c.tar.gz
gnunet-10ae843114fd76b94cf684fd4347e7ece49dd57c.zip
fix #3544
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-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