aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/formula.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/formula.c')
-rw-r--r--FICS/formula.c2
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;