diff options
Diffstat (limited to 'games/monop/initdeck.c')
-rw-r--r-- | games/monop/initdeck.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/monop/initdeck.c b/games/monop/initdeck.c index b33f13276ca..d86e1ad9d52 100644 --- a/games/monop/initdeck.c +++ b/games/monop/initdeck.c @@ -1,4 +1,4 @@ -/* $OpenBSD: initdeck.c,v 1.8 2000/11/10 15:33:03 provos Exp $ */ +/* $OpenBSD: initdeck.c,v 1.9 2002/02/16 21:27:10 millert Exp $ */ /* $NetBSD: initdeck.c,v 1.3 1995/03/23 08:34:43 cgd Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)initdeck.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: initdeck.c,v 1.8 2000/11/10 15:33:03 provos Exp $"; +static char rcsid[] = "$OpenBSD: initdeck.c,v 1.9 2002/02/16 21:27:10 millert Exp $"; #endif #endif /* not lint */ @@ -77,9 +77,9 @@ DECK deck[2]; FILE *inf, *outf; -static void getargs __P((int, char *[])); -static void count __P((void)); -static void putem __P((void)); +static void getargs(int, char *[]); +static void count(void); +static void putem(void); int main(ac, av) |