commit - 35b8cea1cf172dd662ebe8eb3573ea1a25e19239
commit + 1156e9d46d23cc71ec3d407662b4b45d99db4562
blob - e7853b61b2d1b0f69ebd18899dfe91f33872b1da
blob + 510830925ccf86c73e085ce5a1cc77de5086a09d
--- FICS/formula.c
+++ FICS/formula.c
return n;
}
-int
+PUBLIC int
GetRating(player *p, int gametype)
{
if (gametype == TYPE_BLITZ)
* side of an expression whose operator has precedence OpType(). If
* 'eval' is 0, just go to the end of an expression.
*/
-int
+PUBLIC int
CheckFormula(game *g, int clause, int *i, int op_type, int *result, int eval)
{
char *string = GetPlayersFormula(&parray[g->black], clause);