From 82b23c27fe74fcc4072a58a6928d75897a7b1518 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 26 Dec 2023 17:47:33 +0100 Subject: Reformatted the function declarations --- FICS/formula.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'FICS') diff --git a/FICS/formula.h b/FICS/formula.h index 8482b83..517e988 100644 --- a/FICS/formula.h +++ b/FICS/formula.h @@ -46,9 +46,10 @@ #define FUDGE_FACTOR 1e-3 -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 *); +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