From d59a3ca336bac3dac6ad8918ff6cb28fcbbba718 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 19 Apr 1999 03:59:02 +0000 Subject: Merge a bunch of cleanups from NetBSD. PR: 8083 Submitted by: Stephen J. Roznowski Obtained from: a whole slew of NetBSD PRs --- games/phantasia/setup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/phantasia') diff --git a/games/phantasia/setup.c b/games/phantasia/setup.c index cca079a..dfb1777a 100644 --- a/games/phantasia/setup.c +++ b/games/phantasia/setup.c @@ -37,6 +37,8 @@ / *************************************************************************/ +void Error(); + static char *files[] = { /* all files to create */ _SPATH_MONST, _SPATH_PEOPLE, @@ -221,6 +223,7 @@ main(argc, argv) / *************************************************************************/ +void Error(str, file) char *str, *file; { -- cgit v1.1