(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses]

This commit is contained in:
rubidium
2009-04-10 12:56:55 +00:00
parent bb02e72326
commit 8cd7def31c
8 changed files with 35 additions and 11 deletions

View File

@@ -123,6 +123,7 @@ extern CompanyMask _network_company_passworded;
void NetworkTCPQueryServer(NetworkAddress address);
void GetBindAddresses(NetworkAddressList *addresses, uint16 port);
void NetworkAddServer(const char *b);
void NetworkRebuildHostList();
void UpdateNetworkGameWindow(bool unselect);