diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-19 22:55:42 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-19 22:55:42 +0200 |
commit | 4ee150eac2c2f976d2b75f7c46a2623fd3a12376 (patch) | |
tree | 74cea18eea184bac65e4cd8ac2ed9da42e58accb /brandt.h | |
parent | 0a2c2fba3fbd6809013dd2607707dbe99c4dc4b8 (diff) |
differentiate starting functions better
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -222,8 +222,8 @@ BRANDT_new (BRANDT_CbResult result, * @param[in] n The amount of bidders (from the start announcement message). */ void -BRANDT_start (struct BRANDT_Auction *auction, - uint16_t n); +BRANDT_bidder_start (struct BRANDT_Auction *auction, + uint16_t n); /** |