aboutsummaryrefslogtreecommitdiff
path: root/latin.c
diff options
context:
space:
mode:
Diffstat (limited to 'latin.c')
-rw-r--r--latin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/latin.c b/latin.c
index 59f306d..2b4848f 100644
--- a/latin.c
+++ b/latin.c
@@ -1352,7 +1352,7 @@ static void gen(int order, random_state *rs, int debug)
sfree(sq);
}
-void test_soak(int order, random_state *rs)
+static void test_soak(int order, random_state *rs)
{
digit *sq;
int n = 0;
@@ -1375,7 +1375,7 @@ void test_soak(int order, random_state *rs)
}
}
-void usage_exit(const char *msg)
+static void usage_exit(const char *msg)
{
if (msg)
fprintf(stderr, "%s: %s\n", quis, msg);