commit 8ace8b7c348842d8b00e49639e10c56283ee21d4 from: Markus Uhlin date: Wed Dec 27 21:47:25 2023 UTC Made SetValidFormula() public commit - 51fe155a466adc4f78dc8077243c0c9386af3fac commit + 8ace8b7c348842d8b00e49639e10c56283ee21d4 blob - 3022cb51e96da696321815e7d56397eaa3573f57 blob + 8a6ca357d4a715dbfe5375972315223c6d623ea0 --- FICS/formula.c +++ FICS/formula.c @@ -645,7 +645,7 @@ GameMatchesFormula(int w, int b, int wTime, int wInc, * 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;