summaryrefslogtreecommitdiffstats
path: root/larn/monster.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 /larn/monster.c
parent5572d7c395d19f949cb8a29c96791307e744681c (diff)
downloadbsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.tar.gz
bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.tar.zst
bsdgames-darwin-a43fb158d0c5c90291b792d683aa0221403f1893.zip
Remove uses of __P.
Diffstat (limited to 'larn/monster.c')
-rw-r--r--larn/monster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/monster.c b/larn/monster.c
index 5d0562a9..7d5dd4b9 100644
--- a/larn/monster.c
+++ b/larn/monster.c
@@ -1,4 +1,4 @@
-/* $NetBSD: monster.c,v 1.7 2001/02/05 00:57:33 christos Exp $ */
+/* $NetBSD: monster.c,v 1.8 2004/01/27 20:30:30 jsm Exp $ */
/*
* monster.c Larn is copyrighted 1986 by Noah Morgan.
@@ -100,7 +100,7 @@
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: monster.c,v 1.7 2001/02/05 00:57:33 christos Exp $");
+__RCSID("$NetBSD: monster.c,v 1.8 2004/01/27 20:30:30 jsm Exp $");
#endif /* not lint */
#include <string.h>
@@ -114,7 +114,7 @@ struct isave { /* used for altar reality */
short arg; /* the type of item or hitpoints of monster */
};
-static int dirsub __P((int *, int *));
+static int dirsub(int *, int *);
/*
* createmonster(monstno) Function to create a monster next to the player
* int monstno;