commit 83496801bc842f20a4f737cecb565010dd388757 from: Markus Uhlin date: Wed Dec 27 21:49:36 2023 UTC Added SetValidFormula() commit - 8ace8b7c348842d8b00e49639e10c56283ee21d4 commit + 83496801bc842f20a4f737cecb565010dd388757 blob - fed56610dcdc6a46e940ddf9b29f9321e85817b7 blob + b6ebc6c53a9afbd2a6772173e8ffaa9c4255c2db --- FICS/formula.h +++ FICS/formula.h @@ -51,6 +51,7 @@ extern int CheckFormula(game *, 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