1 2 3 4 5 6 7 8 9 10
#include "vote.h" int bbs_vote( term_screen *ts, const char *s ) { int ret=-1; return ret; }