aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/ratings.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r--FICS/ratings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c
index b4c8145..b9a4bfc 100644
--- a/FICS/ratings.c
+++ b/FICS/ratings.c
@@ -340,7 +340,7 @@ save_ratings(void)
fclose(fp);
}
-PUBLIC void
+PRIVATE void
zero_stats(void)
{
for (int i = 0; i < MAXHIST; i++) {
@@ -500,7 +500,7 @@ GE(int r, int rr, double ss, double *fss)
return (1.0 / (1.0 + pow(10.0, (rr - r) * (*fss) / 400.0)));
}
-PUBLIC double
+PRIVATE double
current_sterr(double s, int t)
{
if (t < 0)