From d7be70527bfff340ccf3fef43add3188d54d7eae Mon Sep 17 00:00:00 2001 From: jwise Date: Thu, 4 Jan 2001 01:53:24 +0000 Subject: First half of static-ization of local funcs. --- sail/game.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sail/game.c') diff --git a/sail/game.c b/sail/game.c index ae871273..5819a6e8 100644 --- a/sail/game.c +++ b/sail/game.c @@ -1,4 +1,4 @@ -/* $NetBSD: game.c,v 1.7 2001/01/01 21:57:38 jwise Exp $ */ +/* $NetBSD: game.c,v 1.8 2001/01/04 01:53:24 jwise Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,12 +38,15 @@ #if 0 static char sccsid[] = "@(#)game.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: game.c,v 1.7 2001/01/01 21:57:38 jwise Exp $"); +__RCSID("$NetBSD: game.c,v 1.8 2001/01/04 01:53:24 jwise Exp $"); #endif #endif /* not lint */ #include "extern.h" +int maxturns(struct ship *, char *); +int maxmove(struct ship *, int, int); + int maxturns(struct ship *ship, char *af) { -- cgit v1.2.3-56-ge451