]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
remove main() prototype, as per PR 6867
authorhubertf <hubertf@NetBSD.org>
Fri, 11 Sep 1998 12:46:26 +0000 (12:46 +0000)
committerhubertf <hubertf@NetBSD.org>
Fri, 11 Sep 1998 12:46:26 +0000 (12:46 +0000)
adventure/extern.h

index 28677e06bacb094e42e2290227e388da756292fd..eeffd936c1ccf0eeeb18ed8bd6c8b90a338c4966 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.6 1998/08/29 22:40:07 hubertf Exp $       */
+/*     $NetBSD: extern.h,v 1.7 1998/09/11 12:46:26 hubertf Exp $       */
 
 /*
  * Copyright (c) 1997 Christos Zoulas.  All rights reserved.
@@ -70,9 +70,6 @@ struct text;
 void speak __P((struct text *));
 void pspeak __P((int, int));
 
-/* main.c */
-int main __P((int, char **));
-
 /* save.c */
 int save __P((char *));
 int restore __P((char *));