aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-07-13 14:01:24 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-07-13 14:01:24 +0200
commit99e5a11de13a3283c07f353471e08df241511d19 (patch)
treea92cce7ff2f96bbd0e096f6a3a267dacaa362a3d /brandt.h
parent8c7bd0fda283f8c529e5a582182b08150d875736 (diff)
downloadlibbrandt-99e5a11de13a3283c07f353471e08df241511d19.tar.gz
libbrandt-99e5a11de13a3283c07f353471e08df241511d19.zip
major random stuff
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.