diff options
Diffstat (limited to 'vote.c')
-rw-r--r-- | vote.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |