aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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