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,
222 * @param[in] n The amount of bidders (from the start announcement message). 222 * @param[in] n The amount of bidders (from the start announcement message).
223 */ 223 */
224void 224void
225BRANDT_start (struct BRANDT_Auction *auction, 225BRANDT_bidder_start (struct BRANDT_Auction *auction,
226 uint16_t n); 226 uint16_t n);
227 227
228 228
229/** 229/**