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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 2ba9e135f..3773a55d1 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -179,7 +179,10 @@ GNUNET_CLIENT_transmit_and_get_response (struct GNUNET_CLIENT_Connection *sock,
179 179
180/** 180/**
181 * Request that the service should shutdown. 181 * Request that the service should shutdown.
182 * Afterwards, the connection should be disconnected. 182 * Afterwards, the connection will automatically be
183 * disconnected. Hence the "sock" shoud not
184 * be used by the caller after this call
185 * (calling this function frees "sock" after a while).
183 * 186 *
184 * @param sock the socket connected to the service 187 * @param sock the socket connected to the service
185 */ 188 */