From fe7b13889217f4268d87d3712cb9ffe265e6a4e2 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Tue, 16 Aug 2016 20:58:20 +0200 Subject: some stuff - finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase --- brandt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'brandt.h') diff --git a/brandt.h b/brandt.h index ad98663..dad324a 100644 --- a/brandt.h +++ b/brandt.h @@ -187,10 +187,10 @@ BRANDT_new (BRANDT_CbBroadcast broadcast, void *auction_closure, void **auction_desc, size_t *auction_desc_len, + const void *description, + uint32_t description_len, struct GNUNET_TIME_Absolute time_start, struct GNUNET_TIME_Relative time_round, - void *description, - uint32_t description_len, uint16_t num_prices, uint16_t m, int outcome_public); -- cgit v1.2.3