summaryrefslogtreecommitdiff
path: root/games/larn/store.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /games/larn/store.c
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'games/larn/store.c')
-rw-r--r--games/larn/store.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/larn/store.c b/games/larn/store.c
index 57b36797a6d..a9fb06d23ea 100644
--- a/games/larn/store.c
+++ b/games/larn/store.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: store.c,v 1.4 1998/09/15 05:12:33 pjanzen Exp $ */
+/* $OpenBSD: store.c,v 1.5 2002/02/16 21:27:10 millert Exp $ */
/* $NetBSD: store.c,v 1.6 1997/10/18 20:03:52 christos Exp $ */
/*-
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)store.c 5.4 (Berkeley) 5/13/91";
#else
-static char rcsid[] = "$OpenBSD: store.c,v 1.4 1998/09/15 05:12:33 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: store.c,v 1.5 2002/02/16 21:27:10 millert Exp $";
#endif
#endif /* not lint */
@@ -47,12 +47,12 @@ static char rcsid[] = "$OpenBSD: store.c,v 1.4 1998/09/15 05:12:33 pjanzen Exp $
#include "header.h"
#include "extern.h"
-static void handsfull __P((void));
-static void outofstock __P((void));
-static void nogold __P((void));
-static void dnditem __P((int));
-static void banktitle __P((char *));
-static void otradhead __P((void));
+static void handsfull(void);
+static void outofstock(void);
+static void nogold(void);
+static void dnditem(int);
+static void banktitle(char *);
+static void otradhead(void);
static int dndcount = 0, dnditm = 0;