aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/brandt.c b/brandt.c
index 50ccb67..06aff3d 100644
--- a/brandt.c
+++ b/brandt.c
@@ -185,7 +185,7 @@ seller_start (void *arg)
struct BRANDT_Auction *
BRANDT_new (BRANDT_CbResult result,
- BRANDT_CbBroadcast broadcast,
+ BRANDT_CbDeliver broadcast,
BRANDT_CbStart start,
void *auction_closure,
void **auction_desc,
@@ -283,13 +283,13 @@ BRANDT_parse_desc (const void *auction_desc,
struct BRANDT_Auction *
-BRANDT_join (BRANDT_CbResult result,
- BRANDT_CbBroadcast broadcast,
- BRANDT_CbUnicast unicast,
- void *auction_closure,
- const void *auction_desc,
- size_t auction_desc_len,
- uint16_t bid)
+BRANDT_join (BRANDT_CbResult result,
+ BRANDT_CbDeliver broadcast,
+ BRANDT_CbDeliver unicast,
+ void *auction_closure,
+ const void *auction_desc,
+ size_t auction_desc_len,
+ uint16_t bid)
{
struct BRANDT_Auction *ret = GNUNET_new (struct BRANDT_Auction);