summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/hunt.h
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/huntd/hunt.h')
-rw-r--r--hunt/huntd/hunt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/hunt/huntd/hunt.h b/hunt/huntd/hunt.h
index b94cdc20..ab2dd56e 100644
--- a/hunt/huntd/hunt.h
+++ b/hunt/huntd/hunt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt.h,v 1.27 2014/03/29 22:29:55 dholland Exp $ */
+/* $NetBSD: hunt.h,v 1.28 2014/03/30 00:26:58 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -145,7 +145,8 @@ struct regen_def {
extern char Buf[BUFSIZ], Maze[HEIGHT][WIDTH2], Orig_maze[HEIGHT][WIDTH2];
-extern int Nplayer, Socket;
+extern int Nplayer;
+extern int huntsock;
extern struct pollfd fdset[];
extern int See_over[NASCII];