aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-19 22:24:49 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-19 22:24:49 +0200
commit0a2c2fba3fbd6809013dd2607707dbe99c4dc4b8 (patch)
treee797b159a9ad956f14e17c2404a44f3bbce5d3af /brandt.c
parent4ecb428b284e24b72d0551356d3460f086f62e27 (diff)
fix warnings
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 */