aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-26 20:50:23 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:41:58 +0200
commite663191220af0827a8ffb8bf701edbd48138993f (patch)
treee3efa4e763dbf6bd196f0d53f0daaa46ee8cbb28 /src/include
parent285bf1c6bc5c2e3b95d01f227a8c99926d81b69a (diff)
downloadgnunet-e663191220af0827a8ffb8bf701edbd48138993f.tar.gz
gnunet-e663191220af0827a8ffb8bf701edbd48138993f.zip
-First pass through UTIL client library
Diffstat (limited to 'src/include')
-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 b239109cd..3cafa7e45 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_lib.h
@@ -74,7 +74,8 @@ GNUNET_CLIENT_test (const struct GNUNET_CONFIGURATION_Handle *cfg,
74 * Create a message queue to connect to a GNUnet service. 74 * Create a message queue to connect to a GNUnet service.
75 * If handlers are specified, receive messages from the connection. 75 * If handlers are specified, receive messages from the connection.
76 * 76 *
77 * @param connection the client connection 77 * @param cfg our configuration
78 * @param service_name name of the service to connect to
78 * @param handlers handlers for receiving messages, can be NULL 79 * @param handlers handlers for receiving messages, can be NULL
79 * @param error_handler error handler 80 * @param error_handler error handler
80 * @param error_handler_cls closure for the @a error_handler 81 * @param error_handler_cls closure for the @a error_handler