aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 12:18:35 +0100
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-12-02 12:18:35 +0100
commit2eb3cbaa3aca625914903dd2b6386595052029e6 (patch)
treeeb17707f7818482c7222e20ce5d9ceded54e9578 /brandt.h
parentec0e5f0189648c2ae77030a671ad86abe326997d (diff)
downloadlibbrandt-2eb3cbaa3aca625914903dd2b6386595052029e6.tar.gz
libbrandt-2eb3cbaa3aca625914903dd2b6386595052029e6.zip
make byte plural consistent
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 00f1b91..ceee3d1 100644
--- a/brandt.h
+++ b/brandt.h
@@ -79,7 +79,7 @@ typedef uint16_t
79 * @param[in] auction_closure Closure pointer representing the respective 79 * @param[in] auction_closure Closure pointer representing the respective
80 * auction. This is the Pointer given to BRANDT_join() / BRANDT_new(). 80 * auction. This is the Pointer given to BRANDT_join() / BRANDT_new().
81 * @param[in] msg The message to be delivered 81 * @param[in] msg The message to be delivered
82 * @param[in] msg_len The length of the message @a msg in bytes. 82 * @param[in] msg_len The length of the message @a msg in byte.
83 * @return 0 on success, -1 on failure. 83 * @return 0 on success, -1 on failure.
84 */ 84 */
85typedef int 85typedef int
@@ -116,7 +116,7 @@ BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx);
116 * for an explanation of the different auction description fields. 116 * for an explanation of the different auction description fields.
117 * 117 *
118 * @param[in] auction_desc The auction description blob published by the seller. 118 * @param[in] auction_desc The auction description blob published by the seller.
119 * @param[in] auction_desc_len Length of @a auction_desc in bytes. 119 * @param[in] auction_desc_len Length of @a auction_desc in byte.
120 * @param[out] time_start Starting time of the auction. May be NULL. 120 * @param[out] time_start Starting time of the auction. May be NULL.
121 * @param[out] time_round Maximum round time of the auction. May be NULL. 121 * @param[out] time_round Maximum round time of the auction. May be NULL.
122 * @param[out] num_prices Amount of possible prices. May be NULL. 122 * @param[out] num_prices Amount of possible prices. May be NULL.
@@ -176,7 +176,7 @@ BRANDT_join (BRANDT_CbResult result,
176 * structure. It is generated by this function and should be distributed to 176 * structure. It is generated by this function and should be distributed to
177 * all possibly interested bidders. The seller MUST sign this data block before 177 * all possibly interested bidders. The seller MUST sign this data block before
178 * publishing it! 178 * publishing it!
179 * @param[out] auction_desc_len The length in bytes of the @a auction_desc 179 * @param[out] auction_desc_len The length in byte of the @a auction_desc
180 * structure. Will be filled by BRANDT_new(). 180 * structure. Will be filled by BRANDT_new().
181 * @param[in] time_start The time when the auction will start. Bidders have 181 * @param[in] time_start The time when the auction will start. Bidders have
182 * until then to register. 182 * until then to register.
@@ -243,7 +243,7 @@ BRANDT_destroy (struct BRANDT_Auction *auction);
243 * which message @a msg was received. 243 * which message @a msg was received.
244 * @param[in] sender The id of the sender. 244 * @param[in] sender The id of the sender.
245 * @param[in] msg The message that was received. 245 * @param[in] msg The message that was received.
246 * @param[in] msg_len The length in bytes of @a msg. 246 * @param[in] msg_len The length in byte of @a msg.
247 */ 247 */
248void 248void
249BRANDT_got_message (struct BRANDT_Auction *auction, 249BRANDT_got_message (struct BRANDT_Auction *auction,