aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-16 20:58:20 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-16 20:58:20 +0200
commitfe7b13889217f4268d87d3712cb9ffe265e6a4e2 (patch)
tree59a17a13bdd9f22281bb0a59d8056675814a0cfd /brandt.h
parent01c2b8d710ff5a526d1ae2ed2a7fafdec0b1f973 (diff)
downloadlibbrandt-fe7b13889217f4268d87d3712cb9ffe265e6a4e2.tar.gz
libbrandt-fe7b13889217f4268d87d3712cb9ffe265e6a4e2.zip
some stuff
- finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h4
1 files changed, 2 insertions, 2 deletions
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,
187 void *auction_closure, 187 void *auction_closure,
188 void **auction_desc, 188 void **auction_desc,
189 size_t *auction_desc_len, 189 size_t *auction_desc_len,
190 const void *description,
191 uint32_t description_len,
190 struct GNUNET_TIME_Absolute time_start, 192 struct GNUNET_TIME_Absolute time_start,
191 struct GNUNET_TIME_Relative time_round, 193 struct GNUNET_TIME_Relative time_round,
192 void *description,
193 uint32_t description_len,
194 uint16_t num_prices, 194 uint16_t num_prices,
195 uint16_t m, 195 uint16_t m,
196 int outcome_public); 196 int outcome_public);