aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_client_lib.h')
-rw-r--r--src/include/gnunet_client_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 17f17ab50..20842de5c 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -101,7 +101,7 @@ void GNUNET_CLIENT_receive (struct GNUNET_CLIENT_Connection *sock,
101 * are free in the transmission buffer. May call the notify 101 * are free in the transmission buffer. May call the notify
102 * method immediately if enough space is available. 102 * method immediately if enough space is available.
103 * 103 *
104 * @param client connection to the service 104 * @param sock connection to the service
105 * @param size number of bytes to send 105 * @param size number of bytes to send
106 * @param timeout after how long should we give up (and call 106 * @param timeout after how long should we give up (and call
107 * notify with buf NULL and size 0)? 107 * notify with buf NULL and size 0)?