diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 22:49:36 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 22:49:36 +0100 |
commit | 83496801bc842f20a4f737cecb565010dd388757 (patch) | |
tree | ec8a674b3b11aa87dc1a1ae131273174556cb996 | |
parent | 8ace8b7c348842d8b00e49639e10c56283ee21d4 (diff) |
Added SetValidFormula()
-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 |