From a6e8d8ed2cbb18fa9d9277395a46a38295b2d6bf Mon Sep 17 00:00:00 2001 From: jwise Date: Mon, 1 Jan 2001 21:57:37 +0000 Subject: ANSIfy in preparation for further work. --- sail/extern.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sail/extern.h') diff --git a/sail/extern.h b/sail/extern.h index be09b24b..65f06bf9 100644 --- a/sail/extern.h +++ b/sail/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.17 2000/11/30 22:06:04 jwise Exp $ */ +/* $NetBSD: extern.h,v 1.18 2001/01/01 21:57:38 jwise Exp $ */ /* * Copyright (c) 1983, 1993 @@ -317,10 +317,10 @@ 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 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 *, +void try (char *, char *, int, int, int, int, int, struct ship *, struct ship *, int *, int); void rmend (char *); -- cgit v1.2.3