diff options
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); /** |