From 8ace8b7c348842d8b00e49639e10c56283ee21d4 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 27 Dec 2023 22:47:25 +0100 Subject: Made SetValidFormula() public --- FICS/formula.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3