diff options
| author | jwise <jwise@NetBSD.org> | 2001-01-04 01:53:24 +0000 |
|---|---|---|
| committer | jwise <jwise@NetBSD.org> | 2001-01-04 01:53:24 +0000 |
| commit | d7be70527bfff340ccf3fef43add3188d54d7eae (patch) | |
| tree | 69f1c4a865aa8176ded722b9921e53476767b220 /sail/assorted.c | |
| parent | 0eb576600d73fa407f92dca881df9fc0b68864fd (diff) | |
| download | bsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.tar.gz bsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.zip | |
First half of static-ization of local funcs.
Diffstat (limited to 'sail/assorted.c')
| -rw-r--r-- | sail/assorted.c | 6 |
1 files changed, 4 insertions, 2 deletions
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 <unistd.h> #include <err.h> +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 |
