aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_application_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/include/gnunet_transport_application_service.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/include/gnunet_transport_application_service.h')
-rw-r--r--src/include/gnunet_transport_application_service.h10
1 files changed, 5 insertions, 5 deletions
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;
50 * @return ats application handle, NULL on error 50 * @return ats application handle, NULL on error
51 */ 51 */
52struct GNUNET_TRANSPORT_ApplicationHandle * 52struct GNUNET_TRANSPORT_ApplicationHandle *
53GNUNET_TRANSPORT_application_init( 53GNUNET_TRANSPORT_application_init (
54 const struct GNUNET_CONFIGURATION_Handle *cfg); 54 const struct GNUNET_CONFIGURATION_Handle *cfg);
55 55
56 56
@@ -60,7 +60,7 @@ GNUNET_TRANSPORT_application_init(
60 * @param ch handle to destroy 60 * @param ch handle to destroy
61 */ 61 */
62void 62void
63GNUNET_TRANSPORT_application_done( 63GNUNET_TRANSPORT_application_done (
64 struct GNUNET_TRANSPORT_ApplicationHandle *ch); 64 struct GNUNET_TRANSPORT_ApplicationHandle *ch);
65 65
66 66
@@ -75,7 +75,7 @@ GNUNET_TRANSPORT_application_done(
75 * @return suggest handle, NULL if a request is already pending 75 * @return suggest handle, NULL if a request is already pending
76 */ 76 */
77struct GNUNET_TRANSPORT_ApplicationSuggestHandle * 77struct GNUNET_TRANSPORT_ApplicationSuggestHandle *
78GNUNET_TRANSPORT_application_suggest( 78GNUNET_TRANSPORT_application_suggest (
79 struct GNUNET_TRANSPORT_ApplicationHandle *ch, 79 struct GNUNET_TRANSPORT_ApplicationHandle *ch,
80 const struct GNUNET_PeerIdentity *peer, 80 const struct GNUNET_PeerIdentity *peer,
81 enum GNUNET_MQ_PriorityPreferences pk, 81 enum GNUNET_MQ_PriorityPreferences pk,
@@ -88,7 +88,7 @@ GNUNET_TRANSPORT_application_suggest(
88 * @param sh handle to stop 88 * @param sh handle to stop
89 */ 89 */
90void 90void
91GNUNET_TRANSPORT_application_suggest_cancel( 91GNUNET_TRANSPORT_application_suggest_cancel (
92 struct GNUNET_TRANSPORT_ApplicationSuggestHandle *sh); 92 struct GNUNET_TRANSPORT_ApplicationSuggestHandle *sh);
93 93
94 94
@@ -108,7 +108,7 @@ GNUNET_TRANSPORT_application_suggest_cancel(
108 * @param addr address to validate 108 * @param addr address to validate
109 */ 109 */
110void 110void
111GNUNET_TRANSPORT_application_validate( 111GNUNET_TRANSPORT_application_validate (
112 struct GNUNET_TRANSPORT_ApplicationHandle *ch, 112 struct GNUNET_TRANSPORT_ApplicationHandle *ch,
113 const struct GNUNET_PeerIdentity *peer, 113 const struct GNUNET_PeerIdentity *peer,
114 enum GNUNET_NetworkType nt, 114 enum GNUNET_NetworkType nt,