summaryrefslogtreecommitdiffstats
path: root/vote.c
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.c
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.c')
-rw-r--r--vote.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/vote.c b/vote.c
new file mode 100644
index 0000000..9ded5cb
--- /dev/null
+++ b/vote.c
@@ -0,0 +1,10 @@
+#include "vote.h"
+
+int bbs_vote( term_screen *ts, const char *s )
+{
+ int ret=-1;
+
+
+
+ return ret;
+} \ No newline at end of file