aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
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/util/client.c
parent285bf1c6bc5c2e3b95d01f227a8c99926d81b69a (diff)
downloadgnunet-e663191220af0827a8ffb8bf701edbd48138993f.tar.gz
gnunet-e663191220af0827a8ffb8bf701edbd48138993f.zip
-First pass through UTIL client library
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 9950c9e2f..f4e1b0f56 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -1051,17 +1051,6 @@ GNUNET_CLIENT_test (const struct GNUNET_CONFIGURATION_Handle *cfg,
1051} 1051}
1052 1052
1053 1053
1054/**
1055 * Create a message queue to connect to a GNUnet service.
1056 * If handlers are specified, receive messages from the connection.
1057 *
1058 * @param cfg our configuration
1059 * @param service_name name of the service to connect to
1060 * @param handlers handlers for receiving messages, can be NULL
1061 * @param error_handler error handler
1062 * @param error_handler_cls closure for the @a error_handler
1063 * @return the message queue, NULL on error
1064 */
1065struct GNUNET_MQ_Handle * 1054struct GNUNET_MQ_Handle *
1066GNUNET_CLIENT_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 1055GNUNET_CLIENT_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
1067 const char *service_name, 1056 const char *service_name,