diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/formula.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/formula.h b/FICS/formula.h index fed5661..b6ebc6c 100644 --- a/FICS/formula.h +++ b/FICS/formula.h @@ -51,6 +51,7 @@ extern int CheckFormula(game *, int, int *, int, int *, int); extern int GameMatchesFormula(int, int, int, int, int, int, int, int, textlist **); extern int GetRating(player *, int); +extern int SetValidFormula(int, int, char *); extern void ShowClauses(int, int, textlist *); #endif |