aboutsummaryrefslogtreecommitdiff
path: root/brandt.h
diff options
context:
space:
mode:
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 *