aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-12 20:52:22 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-12 20:52:22 +0200
commit62b87e57a7f7042d27fe0a80b9194aeae0c14a50 (patch)
tree961a43363dbca413e4b1e65b367c0ffd553cfaf0 /brandt.h
parent5957a777076d014b17aada25afe0991397edbacc (diff)
downloadlibbrandt-62b87e57a7f7042d27fe0a80b9194aeae0c14a50.tar.gz
libbrandt-62b87e57a7f7042d27fe0a80b9194aeae0c14a50.zip
add tests for key generation
Diffstat (limited to 'brandt.h')
-rw-r--r--brandt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/brandt.h b/brandt.h
index 1f95d40..b7ebf5b 100644
--- a/brandt.h
+++ b/brandt.h
@@ -22,6 +22,9 @@
22#ifndef _BRANDT_BRANDT_H 22#ifndef _BRANDT_BRANDT_H
23#define _BRANDT_BRANDT_H 23#define _BRANDT_BRANDT_H
24 24
25#include <unistd.h>
26#include <stdint.h>
27
25/** 28/**
26 * FIXME. 29 * FIXME.
27 */ 30 */
@@ -86,6 +89,9 @@ typedef void
86 uint16_t price); 89 uint16_t price);
87 90
88 91
92void
93BRANDT_init ();
94
89/** 95/**
90 * Join an auction described by the @a auction_data parameter. 96 * Join an auction described by the @a auction_data parameter.
91 * 97 *