diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 19:42:41 +0000 |
commit | d522f6eb0324008023fed0be4d046f3fc51b0356 (patch) | |
tree | 9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /games/sail | |
parent | 1b433a7e5b43fe0dec72e100525e31299629c117 (diff) |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'games/sail')
-rw-r--r-- | games/sail/extern.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/sail/extern.h b/games/sail/extern.h index 3748d42d3f1..23760ac305d 100644 --- a/games/sail/extern.h +++ b/games/sail/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.5 2002/02/16 22:33:16 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.6 2002/02/17 19:42:21 millert Exp $ */ /* $NetBSD: extern.h,v 1.8 1998/09/13 15:27:30 hubertf Exp $ */ /* @@ -324,8 +324,8 @@ 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 __P((char[], char [], int, int, int, int, int, struct ship *, - struct ship *, int *, int)); +void try(char[], char [], int, int, int, int, int, struct ship *, + struct ship *, int *, int); void rmend(char *); /* dr_3.c */ @@ -345,8 +345,7 @@ void grap(struct ship *, struct ship *); /* dr_5.c */ void subtract(struct ship *, int, int [3], struct ship *, int); -int mensent __P((struct ship *, struct ship *, int[3], struct ship **, int *, - int)); +int mensent(struct ship *, struct ship *, int[3], struct ship **, int *, int); /* dr_main.c */ int dr_main(void); |