summaryrefslogtreecommitdiff
path: root/vote.c
blob: 9ded5cba7fb1b0d03e40707069c4b3292b12173b (plain) (blame)
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;
}