diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-26 17:47:33 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-26 17:47:33 +0100 |
commit | 82b23c27fe74fcc4072a58a6928d75897a7b1518 (patch) | |
tree | ef6d8b391477507c929be35c5cbf2432fc22a1fe /FICS/formula.h | |
parent | 41a19ffcec5d01ac9dae93418e69018718562817 (diff) |
Reformatted the function declarations
Diffstat (limited to 'FICS/formula.h')
-rw-r--r-- | FICS/formula.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 |