summaryrefslogtreecommitdiff
path: root/vote.c
diff options
context:
space:
mode:
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