summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/hunt.c
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-01-27 20:30:28 +0000
committerjsm <jsm@NetBSD.org>2004-01-27 20:30:28 +0000
commita43fb158d0c5c90291b792d683aa0221403f1893 (patch)
treeabc8b57813f81300bc2b7a4ad80223e666d05d7d /hunt/hunt/hunt.c
parent5572d7c395d19f949cb8a29c96791307e744681c (diff)
downloadbsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.tar.gz
bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.tar.zst
bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.zip
Remove uses of __P.
Diffstat (limited to 'hunt/hunt/hunt.c')
-rw-r--r--hunt/hunt/hunt.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/hunt/hunt/hunt.c b/hunt/hunt/hunt.c
index 14864732..15b348dd 100644
--- a/hunt/hunt/hunt.c
+++ b/hunt/hunt/hunt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.c,v 1.20 2003/06/11 12:04:06 wiz Exp $ */
+/* $NetBSD: hunt.c,v 1.21 2004/01/27 20:30:29 jsm Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hunt.c,v 1.20 2003/06/11 12:04:06 wiz Exp $");
+__RCSID("$NetBSD: hunt.c,v 1.21 2004/01/27 20:30:29 jsm Exp $");
#endif /* not lint */
# include <sys/param.h>
@@ -108,15 +108,15 @@ static int in_visual;
extern int cur_row, cur_col;
-void dump_scores __P((SOCKET));
-long env_init __P((long));
-void fill_in_blanks __P((void));
-void leave __P((int, char *)) __attribute__((__noreturn__));
-void leavex __P((int, char *)) __attribute__((__noreturn__));
-void fincurs __P((void));
-int main __P((int, char *[]));
+void dump_scores(SOCKET);
+long env_init(long);
+void fill_in_blanks(void);
+void leave(int, char *) __attribute__((__noreturn__));
+void leavex(int, char *) __attribute__((__noreturn__));
+void fincurs(void);
+int main(int, char *[]);
# ifdef INTERNET
-SOCKET *list_drivers __P((void));
+SOCKET *list_drivers(void);
# endif
extern int Otto_mode;