aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-26 17:47:33 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-26 17:47:33 +0100
commit82b23c27fe74fcc4072a58a6928d75897a7b1518 (patch)
treeef6d8b391477507c929be35c5cbf2432fc22a1fe /FICS
parent41a19ffcec5d01ac9dae93418e69018718562817 (diff)
Reformatted the function declarations
Diffstat (limited to 'FICS')
-rw-r--r--FICS/formula.h9
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