summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-23 22:18:06 +0000
committerrubidium <rubidium@openttd.org>2009-01-23 22:18:06 +0000
commit2722cabcce204b1903d2af6fd8c94f825c10a60d (patch)
treeaf25f72d8f74dc4f3847b4a36733b273b2c642b0 /src/network/network_internal.h
parentac7883fe9396fca915ce59567a7d71ae417d16ae (diff)
downloadopenttd-2722cabcce204b1903d2af6fd8c94f825c10a60d.tar.xz
(svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral)
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index b5c6d4de2..b73fe1d0f 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -121,6 +121,8 @@ extern uint16 _network_udp_broadcast;
extern uint8 _network_advertise_retries;
+extern CompanyMask _network_company_passworded;
+
void NetworkTCPQueryServer(NetworkAddress address);
void NetworkAddServer(const char *b);