diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-07-13 14:01:24 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-07-13 14:01:24 +0200 |
commit | 99e5a11de13a3283c07f353471e08df241511d19 (patch) | |
tree | a92cce7ff2f96bbd0e096f6a3a267dacaa362a3d /brandt.h | |
parent | 8c7bd0fda283f8c529e5a582182b08150d875736 (diff) |
major random stuff
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. |