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, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index d391aed2b..fd9291598 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -85,7 +85,6 @@ typedef void (*GNUNET_CLIENT_MessageHandler) (void *cls,
85/** 85/**
86 * Read from the service. 86 * Read from the service.
87 * 87 *
88 * @param sched scheduler to use
89 * @param sock the service 88 * @param sock the service
90 * @param handler function to call with the message 89 * @param handler function to call with the message
91 * @param cls closure for handler 90 * @param cls closure for handler
@@ -147,7 +146,6 @@ GNUNET_CLIENT_transmit_and_get_response (struct GNUNET_CLIENT_Connection *sock,
147 * Request that the service should shutdown. 146 * Request that the service should shutdown.
148 * Afterwards, the connection should be disconnected. 147 * Afterwards, the connection should be disconnected.
149 * 148 *
150 * @param sched scheduler to use
151 * @param sock the socket connected to the service 149 * @param sock the socket connected to the service
152 */ 150 */
153void GNUNET_CLIENT_service_shutdown (struct GNUNET_CLIENT_Connection *sock); 151void GNUNET_CLIENT_service_shutdown (struct GNUNET_CLIENT_Connection *sock);