diff options
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -79,7 +79,7 @@ typedef uint16_t * @param[in] auction_closure Closure pointer representing the respective * auction. This is the Pointer given to BRANDT_join() / BRANDT_new(). * @param[in] msg The message to be delivered - * @param[in] msg_len The length of the message @a msg in bytes. + * @param[in] msg_len The length of the message @a msg in byte. * @return 0 on success, -1 on failure. */ typedef int @@ -116,7 +116,7 @@ BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx); * for an explanation of the different auction description fields. * * @param[in] auction_desc The auction description blob published by the seller. - * @param[in] auction_desc_len Length of @a auction_desc in bytes. + * @param[in] auction_desc_len Length of @a auction_desc in byte. * @param[out] time_start Starting time of the auction. May be NULL. * @param[out] time_round Maximum round time of the auction. May be NULL. * @param[out] num_prices Amount of possible prices. May be NULL. @@ -176,7 +176,7 @@ BRANDT_join (BRANDT_CbResult result, * structure. It is generated by this function and should be distributed to * all possibly interested bidders. The seller MUST sign this data block before * publishing it! - * @param[out] auction_desc_len The length in bytes of the @a auction_desc + * @param[out] auction_desc_len The length in byte of the @a auction_desc * structure. Will be filled by BRANDT_new(). * @param[in] time_start The time when the auction will start. Bidders have * until then to register. @@ -243,7 +243,7 @@ BRANDT_destroy (struct BRANDT_Auction *auction); * which message @a msg was received. * @param[in] sender The id of the sender. * @param[in] msg The message that was received. - * @param[in] msg_len The length in bytes of @a msg. + * @param[in] msg_len The length in byte of @a msg. */ void BRANDT_got_message (struct BRANDT_Auction *auction, |