aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-11-04 16:41:14 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-11-04 16:41:14 +0100
commitaa83eda9e94b1bcbd252ed5a614c527d8b5c3e93 (patch)
treee389257a6052ff37e7ec4ea100b2cd712dc9e08c /brandt.h
parent44079d5cbbab5eeea367e9420b29c5b6f48eede8 (diff)
downloadlibbrandt-aa83eda9e94b1bcbd252ed5a614c527d8b5c3e93.tar.gz
libbrandt-aa83eda9e94b1bcbd252ed5a614c527d8b5c3e93.zip
clarify BRANDT_CbStart doc
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/brandt.h b/brandt.h
index 2017a6b..e97a865 100644
--- a/brandt.h
+++ b/brandt.h
@@ -54,10 +54,10 @@ struct BRANDT_Result {
54 54
55/** 55/**
56 * Functions of this type are called by libbrandt when the auction should be 56 * Functions of this type are called by libbrandt when the auction should be
57 * started. The application has to announce the ordered list of all bidders to 57 * started as a seller. The application has to broadcast the ordered list of all
58 * them and must return the amount of bidders. After this function is called no 58 * bidders to the bidders and must return the amount of bidders to libbrandt.
59 * more new bidders may be accepted by the application. This callback is only 59 * After this function is called no more new bidders may be accepted by the
60 * used if the auction is in seller mode. 60 * application.
61 * 61 *
62 * @param[in] auction_closure Closure pointer representing the respective 62 * @param[in] auction_closure Closure pointer representing the respective
63 * auction. This is the Pointer given to BRANDT_new(). 63 * auction. This is the Pointer given to BRANDT_new().