summaryrefslogtreecommitdiffstats
path: root/phantasia/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'phantasia/setup.c')
-rw-r--r--phantasia/setup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/phantasia/setup.c b/phantasia/setup.c
index 6a1d4c0e..029e9b6f 100644
--- a/phantasia/setup.c
+++ b/phantasia/setup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: setup.c,v 1.11 2001/03/27 02:23:28 simonb Exp $ */
+/* $NetBSD: setup.c,v 1.12 2003/05/08 13:03:49 wiz Exp $ */
/*
* setup.c - set up all files for Phantasia
@@ -8,9 +8,9 @@
#include <fcntl.h>
#include "include.h"
-int main __P((int, char *[]));
-void Error __P((const char *, const char *)) __attribute__((__noreturn__));
-double drandom __P((void));
+int main(int, char *[]);
+void Error(const char *, const char *) __attribute__((__noreturn__));
+double drandom(void);
/* */
/************************************************************************