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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 3773a55d1..b2311e870 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -70,7 +70,8 @@ struct GNUNET_CLIENT_Connection *GNUNET_CLIENT_connect (struct
70 * transmission request will also be cancelled UNLESS the callback for 70 * transmission request will also be cancelled UNLESS the callback for
71 * the transmission request has already been called, in which case the 71 * the transmission request has already been called, in which case the
72 * transmission is guaranteed to complete before the socket is fully 72 * transmission is guaranteed to complete before the socket is fully
73 * destroyed. 73 * destroyed (unless, of course, there is an error with the server
74 * in which case the message may still be lost).
74 * 75 *
75 * @param sock handle to the service connection 76 * @param sock handle to the service connection
76 */ 77 */