summaryrefslogtreecommitdiffstats
path: root/vote.c
blob: 27cdf9b97a3b2d546faf2c66c3982d760bd1b0c2 (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;
}