From c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 15:09:28 +0200 Subject: global reindent, now with uncrustify hook enabled --- src/include/gnunet_transport_application_service.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/include/gnunet_transport_application_service.h') diff --git a/src/include/gnunet_transport_application_service.h b/src/include/gnunet_transport_application_service.h index 2219cf7a7..ea254d242 100644 --- a/src/include/gnunet_transport_application_service.h +++ b/src/include/gnunet_transport_application_service.h @@ -50,7 +50,7 @@ struct GNUNET_TRANSPORT_ApplicationHandle; * @return ats application handle, NULL on error */ struct GNUNET_TRANSPORT_ApplicationHandle * -GNUNET_TRANSPORT_application_init( +GNUNET_TRANSPORT_application_init ( const struct GNUNET_CONFIGURATION_Handle *cfg); @@ -60,7 +60,7 @@ GNUNET_TRANSPORT_application_init( * @param ch handle to destroy */ void -GNUNET_TRANSPORT_application_done( +GNUNET_TRANSPORT_application_done ( struct GNUNET_TRANSPORT_ApplicationHandle *ch); @@ -75,7 +75,7 @@ GNUNET_TRANSPORT_application_done( * @return suggest handle, NULL if a request is already pending */ struct GNUNET_TRANSPORT_ApplicationSuggestHandle * -GNUNET_TRANSPORT_application_suggest( +GNUNET_TRANSPORT_application_suggest ( struct GNUNET_TRANSPORT_ApplicationHandle *ch, const struct GNUNET_PeerIdentity *peer, enum GNUNET_MQ_PriorityPreferences pk, @@ -88,7 +88,7 @@ GNUNET_TRANSPORT_application_suggest( * @param sh handle to stop */ void -GNUNET_TRANSPORT_application_suggest_cancel( +GNUNET_TRANSPORT_application_suggest_cancel ( struct GNUNET_TRANSPORT_ApplicationSuggestHandle *sh); @@ -108,7 +108,7 @@ GNUNET_TRANSPORT_application_suggest_cancel( * @param addr address to validate */ void -GNUNET_TRANSPORT_application_validate( +GNUNET_TRANSPORT_application_validate ( struct GNUNET_TRANSPORT_ApplicationHandle *ch, const struct GNUNET_PeerIdentity *peer, enum GNUNET_NetworkType nt, -- cgit v1.2.3