summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/vote.c')
-rw-r--r--mbbsd/vote.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c
index bc470232..8906b4e8 100644
--- a/mbbsd/vote.c
+++ b/mbbsd/vote.c
@@ -384,7 +384,7 @@ b_close(boardheader_t * fh, vote_buffer_t *vbuf)
}
static int
-b_closepolls()
+b_closepolls(void)
{
boardheader_t *fhp;
int pos, dirty;
@@ -1087,19 +1087,19 @@ vote_results(char *bname)
}
int
-b_vote_maintain()
+b_vote_maintain(void)
{
return vote_maintain(currboard);
}
int
-b_vote()
+b_vote(void)
{
return user_vote(currboard);
}
int
-b_results()
+b_results(void)
{
return vote_results(currboard);
}