summaryrefslogtreecommitdiff
path: root/vote.h
diff options
context:
space:
mode:
Diffstat (limited to 'vote.h')
-rw-r--r--vote.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/vote.h b/vote.h
new file mode 100644
index 0000000..6103afc
--- /dev/null
+++ b/vote.h
@@ -0,0 +1,12 @@
+#ifndef __MICROBBS_VOTE_H
+#define __MICROBBS_VOTE_H
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "libterm/term.h"
+#include "logs.h"
+
+int bbs_vote( term_screen*, const char* );
+
+#endif \ No newline at end of file