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/hunt/huntd | |
parent | 1b433a7e5b43fe0dec72e100525e31299629c117 (diff) |
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'games/hunt/huntd')
-rw-r--r-- | games/hunt/huntd/server.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hunt/huntd/server.h b/games/hunt/huntd/server.h index cac2c72d2f5..e632432118e 100644 --- a/games/hunt/huntd/server.h +++ b/games/hunt/huntd/server.h @@ -1,4 +1,4 @@ -/* $OpenBSD: server.h,v 1.6 2002/02/16 21:27:10 millert Exp $ */ +/* $OpenBSD: server.h,v 1.7 2002/02/17 19:42:20 millert Exp $ */ /* $NetBSD: hunt.h,v 1.5 1998/09/13 15:27:28 hubertf Exp $ */ /* @@ -211,8 +211,8 @@ void cleanup(int); void mon_execute(PLAYER *); void execute(PLAYER *); void add_shot(int, int, int, char, int, PLAYER *, int, char); -BULLET *create_shot __P((int, int, int, char, int, int, PLAYER *, IDENT *, - int, char)); +BULLET *create_shot(int, int, int, char, int, int, PLAYER *, IDENT *, + int, char); void ammo_update(PLAYER *); /* expl.c */ |