aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 337d06734..d06547daf 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -821,7 +821,7 @@ connection_client_cancel_impl (struct GNUNET_MQ_Handle *mq,
821 * @return the message queue, NULL on error 821 * @return the message queue, NULL on error
822 */ 822 */
823struct GNUNET_MQ_Handle * 823struct GNUNET_MQ_Handle *
824GNUNET_CLIENT_connecT (const struct GNUNET_CONFIGURATION_Handle *cfg, 824GNUNET_CLIENT_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
825 const char *service_name, 825 const char *service_name,
826 const struct GNUNET_MQ_MessageHandler *handlers, 826 const struct GNUNET_MQ_MessageHandler *handlers,
827 GNUNET_MQ_ErrorHandler error_handler, 827 GNUNET_MQ_ErrorHandler error_handler,