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/assorted.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sail/assorted.c') diff --git a/sail/assorted.c b/sail/assorted.c index ae418741..d2e16a65 100644 --- a/sail/assorted.c +++ b/sail/assorted.c @@ -1,4 +1,4 @@ -/* $NetBSD: assorted.c,v 1.10 2001/01/01 21:57:37 jwise Exp $ */ +/* $NetBSD: assorted.c,v 1.11 2001/01/04 01:53:24 jwise Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)assorted.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: assorted.c,v 1.10 2001/01/01 21:57:37 jwise Exp $"); +__RCSID("$NetBSD: assorted.c,v 1.11 2001/01/04 01:53:24 jwise Exp $"); #endif #endif /* not lint */ @@ -47,6 +47,8 @@ __RCSID("$NetBSD: assorted.c,v 1.10 2001/01/01 21:57:37 jwise Exp $"); #include #include +void table(int, int, int, struct ship *, struct ship *, int); +void Cleansnag(struct ship *, struct ship *, int, int); static void strike (struct ship *, struct ship *); void -- cgit v1.2.3