summaryrefslogtreecommitdiffstats
path: root/sail/extern.h
diff options
context:
space:
mode:
authorjwise <jwise@NetBSD.org>2001-01-04 01:53:24 +0000
committerjwise <jwise@NetBSD.org>2001-01-04 01:53:24 +0000
commitd7be70527bfff340ccf3fef43add3188d54d7eae (patch)
tree69f1c4a865aa8176ded722b9921e53476767b220 /sail/extern.h
parent0eb576600d73fa407f92dca881df9fc0b68864fd (diff)
downloadbsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.tar.gz
bsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.tar.zst
bsdgames-darwin-d7be70527bfff340ccf3fef43add3188d54d7eae.zip
First half of static-ization of local funcs.
Diffstat (limited to 'sail/extern.h')
-rw-r--r--sail/extern.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sail/extern.h b/sail/extern.h
index 65f06bf9..1b9be7db 100644
--- a/sail/extern.h
+++ b/sail/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.18 2001/01/01 21:57:38 jwise Exp $ */
+/* $NetBSD: extern.h,v 1.19 2001/01/04 01:53:24 jwise Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -307,7 +307,6 @@ void Cleansnag (struct ship *, struct ship *, int, int);
/* dr_1.c */
void unfoul (void);
void boardcomp (void);
-int fightitout (struct ship *, struct ship *, int);
void resolve (void);
void compcombat (void);
int next (void);
@@ -316,20 +315,10 @@ int next (void);
void thinkofgrapples (void);
void checkup (void);
void prizecheck (void);
-int str_end (const char *);
void closeon (struct ship *, struct ship *, char *, int, int, int);
-int score (char *, struct ship *, struct ship *, int);
-void move_ship (const char *, struct ship *, unsigned char *, short *, short *, char *);
-void try (char *, char *, int, int, int, int, int, struct ship *,
- struct ship *, int *, int);
-void rmend (char *);
/* dr_3.c */
void moveall (void);
-int stillmoving (int);
-int is_isolated (struct ship *);
-int push (struct ship *, struct ship *);
-void step (int, struct ship *, char *);
void sendbp (struct ship *, struct ship *, int, int);
int is_toughmelee (struct ship *, struct ship *, int, int);
void reload (void);