From d62b710a47c6160bf488dd6808643c9c4da4572a Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 9 May 1998 11:00:50 +0000 Subject: [PATCH] Remove bogus time() prototype and let the one in time.h rule. --- games/phantasia/phantglobs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/games/phantasia/phantglobs.h b/games/phantasia/phantglobs.h index 4a10cc9924a3..b0b64bdd62d9 100644 --- a/games/phantasia/phantglobs.h +++ b/games/phantasia/phantglobs.h @@ -57,7 +57,6 @@ extern char Somebetter[]; extern char Nobetter[]; /* library functions and system calls */ -extern long time(); extern char *getlogin(); extern char *getpass(); extern char *strchr();