]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/pl_1.c
remove redundant decls.
[bsdgames-darwin.git] / sail / pl_1.c
index d003a56a5d5304b730f8f7f94b0ba6dc238647ec..3397ddfced76cf4e2cf0586809c6f2297795cd12 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: pl_1.c,v 1.11 2001/01/04 03:21:17 jwise Exp $  */
+/*     $NetBSD: pl_1.c,v 1.16 2001/02/05 01:10:10 christos Exp $       */
 
 /*
  * Copyright (c) 1983, 1993
 #if 0
 static char sccsid[] = "@(#)pl_1.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: pl_1.c,v 1.11 2001/01/04 03:21:17 jwise Exp $");
+__RCSID("$NetBSD: pl_1.c,v 1.16 2001/02/05 01:10:10 christos Exp $");
 #endif
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <signal.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
+#include "extern.h"
 #include "player.h"
 
-void   leave(int);
-void   choke(int);
-void   child(int);
-
 /*
  * If we get here before a ship is chosen, then ms == 0 and
  * we don't want to update the score file, or do any Write's either.