aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index afe6ad269..47d1ae8ac 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -113,8 +113,8 @@ get_size (unsigned int iter)
113 return sizeof (struct TestMessage) + (ret % 60000); 113 return sizeof (struct TestMessage) + (ret % 60000);
114} 114}
115 115
116static void process_hello (void *cls, 116static void
117 const struct GNUNET_MessageHeader *message); 117process_hello (void *cls, const struct GNUNET_MessageHeader *message);
118 118
119static void 119static void
120terminate_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 120terminate_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
@@ -296,7 +296,8 @@ outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
296} 296}
297 297
298 298
299static size_t transmit_ready (void *cls, size_t size, void *buf); 299static size_t
300transmit_ready (void *cls, size_t size, void *buf);
300 301
301static int 302static int
302process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 303process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,