summaryrefslogtreecommitdiffstats
path: root/monop/misc.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-08-12 08:04:05 +0000
committerdholland <dholland@NetBSD.org>2009-08-12 08:04:05 +0000
commit8916e2056e90ba2c157dfd2b98fb48837d565646 (patch)
treef7b2cd85d32a6cdf7e2f0343e90fc0b8880d6d11 /monop/misc.c
parentc10b9a8ce82ad7b4b287ccc5b5b576ab961aa488 (diff)
downloadbsdgames-darwin-8916e2056e90ba2c157dfd2b98fb48837d565646.tar.gz
bsdgames-darwin-8916e2056e90ba2c157dfd2b98fb48837d565646.tar.zst
bsdgames-darwin-8916e2056e90ba2c157dfd2b98fb48837d565646.zip
sprinkle static
Diffstat (limited to 'monop/misc.c')
-rw-r--r--monop/misc.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/monop/misc.c b/monop/misc.c
index 16886db8..3f881072 100644
--- a/monop/misc.c
+++ b/monop/misc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.20 2008/02/24 03:52:09 christos Exp $ */
+/* $NetBSD: misc.c,v 1.21 2009/08/12 08:10:49 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: misc.c,v 1.20 2008/02/24 03:52:09 christos Exp $");
+__RCSID("$NetBSD: misc.c,v 1.21 2009/08/12 08:10:49 dholland Exp $");
#endif
#endif /* not lint */
@@ -45,6 +45,8 @@ __RCSID("$NetBSD: misc.c,v 1.20 2008/02/24 03:52:09 christos Exp $");
#include "monop.h"
+static void is_monop(MON *, int);
+
/*
* This routine executes a truncated set of commands until a
* "yes or "no" answer is gotten.
@@ -234,7 +236,7 @@ set_ownlist(pl)
/*
* This routine sets things up as if it is a new monopoly
*/
-void
+static void
is_monop(mp, pl)
MON *mp;
int pl;