diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-19 22:24:49 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-19 22:24:49 +0200 |
commit | 0a2c2fba3fbd6809013dd2607707dbe99c4dc4b8 (patch) | |
tree | e797b159a9ad956f14e17c2404a44f3bbce5d3af /brandt.h | |
parent | 4ecb428b284e24b72d0551356d3460f086f62e27 (diff) |
fix warnings
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -216,16 +216,17 @@ BRANDT_new (BRANDT_CbResult result, /** * This function must be called when bidding after receipt of the start - * notification. + * notification from the seller. * * @param[in] auction The pointer returned by BRANDT_join(). * @param[in] n The amount of bidders (from the start announcement message). - void - BRANDT_start (struct BRANDT_Auction *auction, + */ +void +BRANDT_start (struct BRANDT_Auction *auction, uint16_t n); - /** +/** * Clean up this auction on shutdown. * * @param[in] auction The pointer returned by BRANDT_join() or BRANDT_new(). |