]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - sail/pl_main.c
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
[bsdgames-darwin.git] / sail / pl_main.c
index 6c974ea8d22fda4853f8f76a53feba99804a24e6..85fd88eae543318c940799936345bc7401986daf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: pl_main.c,v 1.10 2001/01/04 01:13:34 jwise Exp $       */
+/*     $NetBSD: pl_main.c,v 1.15 2001/02/05 01:10:11 christos Exp $    */
 
 /*
  * Copyright (c) 1983, 1993
 #if 0
 static char sccsid[] = "@(#)pl_main.c  8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: pl_main.c,v 1.10 2001/01/04 01:13:34 jwise Exp $");
+__RCSID("$NetBSD: pl_main.c,v 1.15 2001/02/05 01:10:11 christos Exp $");
 #endif
 #endif /* not lint */
 
-#include "player.h"
-#include <sys/types.h>
-#include <sys/wait.h>
+#include <setjmp.h>
+#include <signal.h>
+#include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
+#include "extern.h"
+#include "player.h"
+#include "restart.h"
+
+static void    initialize(void);
 
 /*ARGSUSED*/
 int
@@ -59,7 +65,7 @@ pl_main(void)
        return 0;                       /* for lint,  play() never returns */
 }
 
-void
+static void
 initialize(void)
 {
        struct File *fp;