summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/driver.c')
-rw-r--r--hunt/huntd/driver.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/hunt/huntd/driver.c b/hunt/huntd/driver.c
index 7563c464..1ca803e8 100644
--- a/hunt/huntd/driver.c
+++ b/hunt/huntd/driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: driver.c,v 1.9 2003/06/11 12:00:22 wiz Exp $ */
+/* $NetBSD: driver.c,v 1.10 2004/01/27 20:30:29 jsm Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: driver.c,v 1.9 2003/06/11 12:00:22 wiz Exp $");
+__RCSID("$NetBSD: driver.c,v 1.10 2004/01/27 20:30:29 jsm Exp $");
#endif /* not lint */
# include <sys/ioctl.h>
@@ -68,13 +68,13 @@ u_short stat_port; /* port # of statistics tcp socket */
# define DAEMON_SIZE (sizeof Daemon - 1)
# endif
-static void clear_scores __P((void));
-static int havechar __P((PLAYER *, int));
-static void init __P((void));
- int main __P((int, char *[], char *[]));
-static void makeboots __P((void));
-static void send_stats __P((void));
-static void zap __P((PLAYER *, FLAG, int));
+static void clear_scores(void);
+static int havechar(PLAYER *, int);
+static void init(void);
+ int main(int, char *[], char *[]);
+static void makeboots(void);
+static void send_stats(void);
+static void zap(PLAYER *, FLAG, int);
/*