diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 22:47:25 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 22:47:25 +0100 |
commit | 8ace8b7c348842d8b00e49639e10c56283ee21d4 (patch) | |
tree | bbaa821433d59f9082770f578e17fed881431d86 /FICS/formula.c | |
parent | 51fe155a466adc4f78dc8077243c0c9386af3fac (diff) |
Made SetValidFormula() public
Diffstat (limited to 'FICS/formula.c')
-rw-r--r-- | FICS/formula.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/formula.c b/FICS/formula.c index 3022cb5..8a6ca35 100644 --- a/FICS/formula.c +++ b/FICS/formula.c @@ -645,7 +645,7 @@ GameMatchesFormula(int w, int b, int wTime, int wInc, int bTime, int bInc, * structure to check whether that new formula is legitimate. If so, * return 1. Otherwise reset the formula and return 0. */ -int +PUBLIC int SetValidFormula(int p, int clause, char *string) { char *Old = NULL, **Cur; |