aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_lib.c')
-rw-r--r--src/ats/test_ats_lib.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/ats/test_ats_lib.c b/src/ats/test_ats_lib.c
index 6592cded1..b0c42ac3d 100644
--- a/src/ats/test_ats_lib.c
+++ b/src/ats/test_ats_lib.c
@@ -279,11 +279,9 @@ find_address_information (const struct GNUNET_HELLO_Address *addr)
279 * Task run to terminate the testcase. 279 * Task run to terminate the testcase.
280 * 280 *
281 * @param cls NULL 281 * @param cls NULL
282 * @param tc unused
283 */ 282 */
284static void 283static void
285end (void *cls, 284end (void *cls)
286 const struct GNUNET_SCHEDULER_TaskContext *tc)
287{ 285{
288 if (0 != ret) 286 if (0 != ret)
289 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 287 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -335,11 +333,9 @@ end (void *cls,
335 * Main interpreter loop. Runs the steps of the test. 333 * Main interpreter loop. Runs the steps of the test.
336 * 334 *
337 * @param cls NULL 335 * @param cls NULL
338 * @param tc unused
339 */ 336 */
340static void 337static void
341interpreter (void *cls, 338interpreter (void *cls);
342 const struct GNUNET_SCHEDULER_TaskContext *tc);
343 339
344 340
345/** 341/**
@@ -591,11 +587,9 @@ reservation_cb (void *cls,
591 * Main interpreter loop. Runs the steps of the test. 587 * Main interpreter loop. Runs the steps of the test.
592 * 588 *
593 * @param cls NULL 589 * @param cls NULL
594 * @param tc unused
595 */ 590 */
596static void 591static void
597interpreter (void *cls, 592interpreter (void *cls)
598 const struct GNUNET_SCHEDULER_TaskContext *tc)
599 593
600{ 594{
601 struct Command *cmd; 595 struct Command *cmd;