aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_core_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_core_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_core_service.h')
-rw-r--r--src/include/gnunet_transport_core_service.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/gnunet_transport_core_service.h b/src/include/gnunet_transport_core_service.h
index e9ae4a2b4..314eb342f 100644
--- a/src/include/gnunet_transport_core_service.h
+++ b/src/include/gnunet_transport_core_service.h
@@ -107,12 +107,12 @@ typedef void (*GNUNET_TRANSPORT_NotifyDisconnect) (
107 * @return NULL on error 107 * @return NULL on error
108 */ 108 */
109struct GNUNET_TRANSPORT_CoreHandle * 109struct GNUNET_TRANSPORT_CoreHandle *
110GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg, 110GNUNET_TRANSPORT_core_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
111 const struct GNUNET_PeerIdentity *self, 111 const struct GNUNET_PeerIdentity *self,
112 const struct GNUNET_MQ_MessageHandler *handlers, 112 const struct GNUNET_MQ_MessageHandler *handlers,
113 void *cls, 113 void *cls,
114 GNUNET_TRANSPORT_NotifyConnect nc, 114 GNUNET_TRANSPORT_NotifyConnect nc,
115 GNUNET_TRANSPORT_NotifyDisconnect nd); 115 GNUNET_TRANSPORT_NotifyDisconnect nd);
116 116
117 117
118/** 118/**
@@ -121,7 +121,7 @@ GNUNET_TRANSPORT_core_connect(const struct GNUNET_CONFIGURATION_Handle *cfg,
121 * @param handle handle returned from connect 121 * @param handle handle returned from connect
122 */ 122 */
123void 123void
124GNUNET_TRANSPORT_core_disconnect(struct GNUNET_TRANSPORT_CoreHandle *handle); 124GNUNET_TRANSPORT_core_disconnect (struct GNUNET_TRANSPORT_CoreHandle *handle);
125 125
126 126
127/** 127/**
@@ -145,8 +145,8 @@ GNUNET_TRANSPORT_core_disconnect(struct GNUNET_TRANSPORT_CoreHandle *handle);
145 * @param pid which peer was the message from that was fully processed by CORE 145 * @param pid which peer was the message from that was fully processed by CORE
146 */ 146 */
147void 147void
148GNUNET_TRANSPORT_core_receive_continue(struct GNUNET_TRANSPORT_CoreHandle *ch, 148GNUNET_TRANSPORT_core_receive_continue (struct GNUNET_TRANSPORT_CoreHandle *ch,
149 const struct GNUNET_PeerIdentity *pid); 149 const struct GNUNET_PeerIdentity *pid);
150 150
151 151
152/** 152/**
@@ -158,8 +158,8 @@ GNUNET_TRANSPORT_core_receive_continue(struct GNUNET_TRANSPORT_CoreHandle *ch,
158 * @return NULL if disconnected, otherwise message queue for @a peer 158 * @return NULL if disconnected, otherwise message queue for @a peer
159 */ 159 */
160struct GNUNET_MQ_Handle * 160struct GNUNET_MQ_Handle *
161GNUNET_TRANSPORT_core_get_mq(struct GNUNET_TRANSPORT_CoreHandle *handle, 161GNUNET_TRANSPORT_core_get_mq (struct GNUNET_TRANSPORT_CoreHandle *handle,
162 const struct GNUNET_PeerIdentity *peer); 162 const struct GNUNET_PeerIdentity *peer);
163 163
164 164
165#if 0 /* keep Emacsens' auto-indent happy */ 165#if 0 /* keep Emacsens' auto-indent happy */