aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/brandt.h b/brandt.h
index 9487e06..569db11 100644
--- a/brandt.h
+++ b/brandt.h
@@ -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);
/**