commit 1156e9d46d23cc71ec3d407662b4b45d99db4562 from: Markus Uhlin date: Wed Dec 27 21:39:23 2023 UTC Declared functions public commit - 35b8cea1cf172dd662ebe8eb3573ea1a25e19239 commit + 1156e9d46d23cc71ec3d407662b4b45d99db4562 blob - e7853b61b2d1b0f69ebd18899dfe91f33872b1da blob + 510830925ccf86c73e085ce5a1cc77de5086a09d --- FICS/formula.c +++ FICS/formula.c @@ -84,7 +84,7 @@ MoveIndexPastString(char *string, int *i, char *text) return n; } -int +PUBLIC int GetRating(player *p, int gametype) { if (gametype == TYPE_BLITZ) @@ -514,7 +514,7 @@ ScanForNumber(game *g, int clause, int *i, int op_type * 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);