From bf5f92d9429a556f68c950df7be3dc25907e0d6c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Jan 2017 17:38:29 +0100 Subject: rename connecT -> connect now that the old API is dead --- src/conversation/conversation_api.c | 2 +- src/conversation/conversation_api_call.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conversation') diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c index 8a74f0ca6..0b3920633 100644 --- a/src/conversation/conversation_api.c +++ b/src/conversation/conversation_api.c @@ -584,7 +584,7 @@ reconnect_phone (struct GNUNET_CONVERSATION_Phone *phone) phone->mq = NULL; } phone->state = PS_REGISTER; - phone->mq = GNUNET_CLIENT_connecT (phone->cfg, + phone->mq = GNUNET_CLIENT_connect (phone->cfg, "conversation", handlers, &phone_error_handler, diff --git a/src/conversation/conversation_api_call.c b/src/conversation/conversation_api_call.c index 17e26465e..a6bc506bc 100644 --- a/src/conversation/conversation_api_call.c +++ b/src/conversation/conversation_api_call.c @@ -570,7 +570,7 @@ GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg, }; struct GNUNET_CRYPTO_EcdsaPublicKey my_zone; - call->mq = GNUNET_CLIENT_connecT (cfg, + call->mq = GNUNET_CLIENT_connect (cfg, "conversation", handlers, &call_error_handler, -- cgit v1.2.3