aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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/**