From b54a66f94d833dbe98eb0dd9e236a3d7bba3ce20 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 30 Jul 2016 16:51:51 +0000 Subject: implementing new TRANSPORT_hello_get API --- src/include/gnunet_transport_hello_service.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/gnunet_transport_hello_service.h') diff --git a/src/include/gnunet_transport_hello_service.h b/src/include/gnunet_transport_hello_service.h index 8fc558d3f..8573613ac 100644 --- a/src/include/gnunet_transport_hello_service.h +++ b/src/include/gnunet_transport_hello_service.h @@ -66,7 +66,7 @@ typedef void /** * Handle to cancel a #GNUNET_TRANSPORT_hello_get() operation. */ -struct GNUNET_TRANSPORT_GetHelloHandle; +struct GNUNET_TRANSPORT_HelloGetHandle; /** @@ -79,8 +79,8 @@ struct GNUNET_TRANSPORT_GetHelloHandle; * @param rec_cls closure for @a rec * @return handle to cancel the operation */ -struct GNUNET_TRANSPORT_GetHelloHandle * -GNUNET_TRANSPORT_hello_get (struct GNUNET_CONFIGURATION_Handle *cfg, +struct GNUNET_TRANSPORT_HelloGetHandle * +GNUNET_TRANSPORT_hello_get (const struct GNUNET_CONFIGURATION_Handle *cfg, enum GNUNET_ATS_Network_Type nt, GNUNET_TRANSPORT_HelloUpdateCallback rec, void *rec_cls); @@ -92,7 +92,7 @@ GNUNET_TRANSPORT_hello_get (struct GNUNET_CONFIGURATION_Handle *cfg, * @param ghh handle to cancel */ void -GNUNET_TRANSPORT_hello_get_cancel (struct GNUNET_TRANSPORT_GetHelloHandle *ghh); +GNUNET_TRANSPORT_hello_get_cancel (struct GNUNET_TRANSPORT_HelloGetHandle *ghh); /** -- cgit v1.2.3