summaryrefslogtreecommitdiffstats
path: root/sail/game.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2001-02-05 01:10:08 +0000
committerchristos <christos@NetBSD.org>2001-02-05 01:10:08 +0000
commit3c786d433a6b285c1afa50b8c0ca339c4e861c69 (patch)
treec79f563ef5330534674866616cfc3c8735e9df6d /sail/game.c
parentbdc6432b5e39e39a82ad541b56e512e5449844e2 (diff)
downloadbsdgames-darwin-3c786d433a6b285c1afa50b8c0ca339c4e861c69.tar.gz
bsdgames-darwin-3c786d433a6b285c1afa50b8c0ca339c4e861c69.tar.zst
bsdgames-darwin-3c786d433a6b285c1afa50b8c0ca339c4e861c69.zip
remove redundant decls.
Diffstat (limited to 'sail/game.c')
-rw-r--r--sail/game.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sail/game.c b/sail/game.c
index 0f74cd19..087ab9c0 100644
--- a/sail/game.c
+++ b/sail/game.c
@@ -1,4 +1,4 @@
-/* $NetBSD: game.c,v 1.9 2001/01/04 03:51:24 jwise Exp $ */
+/* $NetBSD: game.c,v 1.10 2001/02/05 01:10:09 christos Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,16 +38,13 @@
#if 0
static char sccsid[] = "@(#)game.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: game.c,v 1.9 2001/01/04 03:51:24 jwise Exp $");
+__RCSID("$NetBSD: game.c,v 1.10 2001/02/05 01:10:09 christos Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>
#include "extern.h"
-int maxturns(struct ship *, char *);
-int maxmove(struct ship *, int, int);
-
int
maxturns(struct ship *ship, char *af)
{