Fix the timer callbacks in the acro plugin to use the correct function

signature.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@223 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-01-04 09:03:12 +00:00
parent bf40ef7015
commit f51de3a170
3 changed files with 28 additions and 14 deletions

View File

@@ -106,10 +106,10 @@ srec *end_vote(vrec *, prec *, srec *);
srec *sort_scores(srec *);
int comp_score(srec **one, srec **two);
void show_scores(grec *, srec *, srec *, char *);
void warn_acro(char *);
void start_vote(char *);
void warn_vote(char *);
void end_voting(char *);
int warn_acro(void *, char *);
int start_vote(void *, char *);
int warn_vote(void *, char *);
int end_voting(void *, char *);
void show_acros(prec *, char *);
void free_round(prec **, vrec **);
void free_score(srec **);