diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 20:52:22 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-12 20:52:22 +0200 |
commit | 62b87e57a7f7042d27fe0a80b9194aeae0c14a50 (patch) | |
tree | 961a43363dbca413e4b1e65b367c0ffd553cfaf0 /brandt.h | |
parent | 5957a777076d014b17aada25afe0991397edbacc (diff) |
add tests for key generation
Diffstat (limited to 'brandt.h')
-rw-r--r-- | brandt.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,9 @@ #ifndef _BRANDT_BRANDT_H #define _BRANDT_BRANDT_H +#include <unistd.h> +#include <stdint.h> + /** * FIXME. */ @@ -86,6 +89,9 @@ typedef void uint16_t price); +void +BRANDT_init (); + /** * Join an auction described by the @a auction_data parameter. * |