From 41a19ffcec5d01ac9dae93418e69018718562817 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 26 Dec 2023 17:45:15 +0100 Subject: Sorted the function declarations --- FICS/formula.h | 5 ++--- 1 file 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 - -- cgit v1.2.3