]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/extern.h
Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason and
[bsdgames-darwin.git] / atc / extern.h
index 802ae9b2af5461dc11a205f431917c1e77ad7784..5cf47224b757e8d665e008dcbf53bca63cf3fb4a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: extern.h,v 1.7 1998/11/10 13:43:30 hubertf Exp $       */
+/*     $NetBSD: extern.h,v 1.9 2001/02/05 00:22:52 christos Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -97,6 +97,7 @@ char          name __P((const PLANE *));
 int            next_plane __P((void));
 void           noise __P((void));
 int            number __P((char));
+void           open_score_file __P((void));
 void           planewin __P((void));
 int            pop __P((void));
 void           push __P((int, int));
@@ -109,7 +110,9 @@ int         too_close __P((const PLANE *p1, const PLANE *p2, int));
 void           update __P((int));
 int            yyerror __P((const char *));
 int            yylex __P((void));
+#ifndef YYEMPTY
 int            yyparse __P((void));
+#endif
 const char     *Left __P((char));
 const char     *Right __P((char));
 const char     *airport __P((char));