X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/4bb910aa025d0c056f01479839fb4aac351c6f60..ccc05ba3f3d43577640203ebe811128249f7f6e8:/sail/extern.h diff --git a/sail/extern.h b/sail/extern.h index 0d43c98e..21ea2428 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.23 2001/01/04 05:34:56 jwise Exp $ */ +/* $NetBSD: extern.h,v 1.24 2001/01/04 06:16:51 jwise Exp $ */ /* * Copyright (c) 1983, 1993 @@ -293,7 +293,7 @@ extern int people; extern int hasdriver; /* assorted.c */ -void table (int, int, int, struct ship *, struct ship *, int); +void table (struct ship *, struct ship *, int, int, int, int); void Cleansnag (struct ship *, struct ship *, int, int); /* dr_1.c */ @@ -321,7 +321,7 @@ void ungrap (struct ship *, struct ship *); void grap (struct ship *, struct ship *); /* dr_5.c */ -void subtract (struct ship *, int, int [3], struct ship *, int); +void subtract (struct ship *, struct ship *, int, int [3], int); int mensent (struct ship *, struct ship *, int[3], struct ship **, int *, int);