aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/brandt.h b/brandt.h
index dd1c8a0..fe50896 100644
--- a/brandt.h
+++ b/brandt.h
@@ -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.