diff options
Diffstat (limited to 'brandt.c')
| -rw-r--r-- | brandt.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |
