aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
commitbf5f92d9429a556f68c950df7be3dc25907e0d6c (patch)
tree640b74c6a12a53ccac9925eb05b9e6d644d7e748 /src/util/client.c
parent06c0c503acd9d523d4d18eeac862222a744db2ab (diff)
downloadgnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.tar.gz
gnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.zip
rename connecT -> connect now that the old API is dead
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,