From aa83eda9e94b1bcbd252ed5a614c527d8b5c3e93 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Fri, 4 Nov 2016 16:41:14 +0100 Subject: clarify BRANDT_CbStart doc --- brandt.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'brandt.h') 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 { /** * Functions of this type are called by libbrandt when the auction should be - * started. The application has to announce the ordered list of all bidders to - * them and must return the amount of bidders. After this function is called no - * more new bidders may be accepted by the application. This callback is only - * used if the auction is in seller mode. + * started as a seller. The application has to broadcast the ordered list of all + * bidders to the bidders and must return the amount of bidders to libbrandt. + * After this function is called no more new bidders may be accepted by the + * application. * * @param[in] auction_closure Closure pointer representing the respective * auction. This is the Pointer given to BRANDT_new(). -- cgit v1.2.3