diff options
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -29,8 +29,7 @@ #include <gnunet/gnunet_util_lib.h> /** Enumeration of all possible status reports for a single bidder */ -enum BRANDT_BidderStatus -{ +enum BRANDT_BidderStatus { BRANDT_bidder_won, }; @@ -41,8 +40,7 @@ struct BRANDT_Auction; * An array of this struct is given to the application by the BRANDT_CbResult() * callback. One instance represents the status of a single bidder. */ -struct BRANDT_Result -{ +struct BRANDT_Result { /** Id of the bidder this instance refers to */ uint16_t bidder; |