aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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().