aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-19 22:55:42 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-19 22:55:42 +0200
commit4ee150eac2c2f976d2b75f7c46a2623fd3a12376 (patch)
tree74cea18eea184bac65e4cd8ac2ed9da42e58accb /brandt.h
parent0a2c2fba3fbd6809013dd2607707dbe99c4dc4b8 (diff)
downloadlibbrandt-4ee150eac2c2f976d2b75f7c46a2623fd3a12376.tar.gz
libbrandt-4ee150eac2c2f976d2b75f7c46a2623fd3a12376.zip
differentiate starting functions better
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/**