diff options
-rw-r--r-- | FICS/formula.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FICS/formula.h b/FICS/formula.h index 3b50676..8482b83 100644 --- a/FICS/formula.h +++ b/FICS/formula.h @@ -46,10 +46,9 @@ #define FUDGE_FACTOR 1e-3 -extern int GetRating (player *, int); -extern int GameMatchesFormula (int, int, int, int, int, int, int, int, textlist **); extern int CheckFormula (game *, int, int *, int, int *, int); +extern int GameMatchesFormula (int, int, int, int, int, int, int, int, textlist **); +extern int GetRating (player *, int); extern void ShowClauses (int, int, textlist *); #endif - |