global reindent, now with uncrustify hook enabled
[oweals/gnunet.git] / src / include / gnunet_transport_application_service.h
index 2219cf7a7fe6292cdc307eaa27912bf828a1678c..ea254d242ff5b5f17806e9605127d655fa7af847 100644 (file)
@@ -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,