summaryrefslogtreecommitdiffstats
path: root/sail/parties.c
diff options
context:
space:
mode:
Diffstat (limited to 'sail/parties.c')
-rw-r--r--sail/parties.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sail/parties.c b/sail/parties.c
index c41d37af..582e7844 100644
--- a/sail/parties.c
+++ b/sail/parties.c
@@ -1,4 +1,4 @@
-/* $NetBSD: parties.c,v 1.9 2001/01/04 03:51:24 jwise Exp $ */
+/* $NetBSD: parties.c,v 1.10 2001/02/05 01:10:10 christos Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,17 +38,13 @@
#if 0
static char sccsid[] = "@(#)parties.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: parties.c,v 1.9 2001/01/04 03:51:24 jwise Exp $");
+__RCSID("$NetBSD: parties.c,v 1.10 2001/02/05 01:10:10 christos Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>
#include "extern.h"
-int meleeing(struct ship *, struct ship *);
-int boarding(struct ship *, int);
-void unboard(struct ship *, struct ship *, int);
-
int
meleeing(struct ship *from, struct ship *to)
{