diff options
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,6 +26,8 @@ #include <stdint.h> #include <unistd.h> +#include <gnunet/gnunet_util_lib.h> + /** defined in internals.h */ struct BRANDT_Auction; @@ -86,7 +88,7 @@ typedef void void -BRANDT_init (); +BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx); /** * Join an auction described by the @a auction_data parameter. |