aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/brandt.c b/brandt.c
index edfca62..571d5b8 100644
--- a/brandt.c
+++ b/brandt.c
@@ -50,8 +50,10 @@ BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx)
}
+void
BRANDT_start (struct BRANDT_Auction *auction,
- uint16_t n){
+ uint16_t n)
+{
GNUNET_assert (n > 0);
auction->n = n;
/** \todo: send first message */