summaryrefslogtreecommitdiffstats
path: root/vote.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-10-31 10:15:31 +0900
committerFreeArtMan <dos21h@gmail.com>2014-10-31 10:15:31 +0900
commitc84cc88f0b34d8802390e2a7b6dab7f07ba277d1 (patch)
treef8af1ec8dafd72636eaf320f658c191c47bc1f75 /vote.h
parentf9a751917d0dd885ba7ae6047ccf7369512ee5df (diff)
downloadmicrobbs-c84cc88f0b34d8802390e2a7b6dab7f07ba277d1.tar.gz
microbbs-c84cc88f0b34d8802390e2a7b6dab7f07ba277d1.zip
added article dump, if you whant read it in whole set. hided first log message becouse to many spam from fake visitours
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