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 @@
26#include <stdint.h> 26#include <stdint.h>
27#include <unistd.h> 27#include <unistd.h>
28 28
29#include <gnunet/gnunet_util_lib.h>
30
29/** defined in internals.h */ 31/** defined in internals.h */
30struct BRANDT_Auction; 32struct BRANDT_Auction;
31 33
@@ -86,7 +88,7 @@ typedef void
86 88
87 89
88void 90void
89BRANDT_init (); 91BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx);
90 92
91/** 93/**
92 * Join an auction described by the @a auction_data parameter. 94 * Join an auction described by the @a auction_data parameter.