From d522f6eb0324008023fed0be4d046f3fc51b0356 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 17 Feb 2002 19:42:41 +0000 Subject: Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) --- games/hunt/huntd/server.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/hunt/huntd') 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 */ -- cgit v1.2.3