summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/hunt_private.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-30 05:14:47 +0000
committerdholland <dholland@NetBSD.org>2014-03-30 05:14:47 +0000
commitf0f60ae760a0274a50d65666e97a141a29287a8f (patch)
tree50d7e1defb815e067ae0aa5b46095db74094bc08 /hunt/hunt/hunt_private.h
parent571fdd8c925268b4be1b866ff8f96c140bfe0ef9 (diff)
downloadbsdgames-darwin-f0f60ae760a0274a50d65666e97a141a29287a8f.tar.gz
bsdgames-darwin-f0f60ae760a0274a50d65666e97a141a29287a8f.tar.zst
bsdgames-darwin-f0f60ae760a0274a50d65666e97a141a29287a8f.zip
Naming reform for socket pieces, akin to what I did in huntd earlier.
(but not as comprehensive)
Diffstat (limited to 'hunt/hunt/hunt_private.h')
-rw-r--r--hunt/hunt/hunt_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/hunt/hunt_private.h b/hunt/hunt/hunt_private.h
index 7e5ba3a6..65c15e0e 100644
--- a/hunt/hunt/hunt_private.h
+++ b/hunt/hunt/hunt_private.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt_private.h,v 1.7 2014/03/30 04:31:21 dholland Exp $ */
+/* $NetBSD: hunt_private.h,v 1.8 2014/03/30 05:14:47 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -50,7 +50,7 @@
extern bool Last_player;
extern char Buf[BUFSIZ];
-extern int Socket;
+extern int huntsocket;
#ifdef INTERNET
extern char *Send_message;
@@ -64,7 +64,7 @@ extern char map_key[256];
extern bool no_beep;
#ifdef INTERNET
-/* XXX this pile had to be made public to split off server.c; fix them up */
+/* XXX this had to be made public to split off server.c; fix it up */
extern SOCKET Daemon;
#endif