summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/hunt_private.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-30 02:58:25 +0000
committerdholland <dholland@NetBSD.org>2014-03-30 02:58:25 +0000
commitc26df524baa361cedefd86bcc34e5c479948d386 (patch)
treef0ad8a202804019436c1e25053572352d99af341 /hunt/hunt/hunt_private.h
parent62de2fd1e1a74efa4b03f0691147e349e8128329 (diff)
downloadbsdgames-darwin-c26df524baa361cedefd86bcc34e5c479948d386.tar.gz
bsdgames-darwin-c26df524baa361cedefd86bcc34e5c479948d386.tar.zst
bsdgames-darwin-c26df524baa361cedefd86bcc34e5c479948d386.zip
unexpose some globals that server.c previously required
Diffstat (limited to 'hunt/hunt/hunt_private.h')
-rw-r--r--hunt/hunt/hunt_private.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/hunt/hunt/hunt_private.h b/hunt/hunt/hunt_private.h
index 4f7b8693..4d2a14ed 100644
--- a/hunt/hunt/hunt_private.h
+++ b/hunt/hunt/hunt_private.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt_private.h,v 1.4 2014/03/30 02:26:09 dholland Exp $ */
+/* $NetBSD: hunt_private.h,v 1.5 2014/03/30 02:58:25 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -79,8 +79,6 @@ extern bool no_beep;
extern SOCKET Daemon;
extern uint16_t Test_port;
extern char *Sock_host;
-extern bool Query_driver;
-extern bool Show_scores;
#endif
/*
@@ -108,5 +106,5 @@ void do_message(void);
/* in server.c */
#ifdef INTERNET
-SOCKET *list_drivers(void);
+SOCKET *list_drivers(unsigned short msg);
#endif