aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-20 12:11:05 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-20 12:11:05 +0200
commit51194a29d0ca1284ae84e83eab92ac2a0e1f675a (patch)
treea2c8d60b06f3df06491ec8d65865b69383fce3b1 /src/include/gnunet_transport_communication_service.h
parent09f221a8156196769e6ab0e40094ca715316e543 (diff)
downloadgnunet-51194a29d0ca1284ae84e83eab92ac2a0e1f675a.tar.gz
gnunet-51194a29d0ca1284ae84e83eab92ac2a0e1f675a.zip
style specing
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index f4dfc8745..3ead03536 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -176,8 +176,9 @@ GNUNET_TRANSPORT_communicator_disconnect (
176 * @param success #GNUNET_SYSERR on failure (try to disconnect/reset connection) 176 * @param success #GNUNET_SYSERR on failure (try to disconnect/reset connection)
177 * #GNUNET_OK on success 177 * #GNUNET_OK on success
178 */ 178 */
179typedef void (*GNUNET_TRANSPORT_MessageCompletedCallback) (void *cls, 179typedef void
180 int success); 180(*GNUNET_TRANSPORT_MessageCompletedCallback) (void *cls,
181 int success);
181 182
182 183
183/** 184/**