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:
@@ -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 **);
|
||||
|
||||
Reference in New Issue
Block a user