forked from mirror/OpenTTD
(svn r3407) - Feature: Kick and ban now with IP numbers.
This commit is contained in:
@@ -226,6 +226,7 @@ void NetworkGetClientName(char *clientname, size_t size, const NetworkClientStat
|
||||
uint NetworkCalculateLag(const NetworkClientState *cs);
|
||||
byte NetworkGetCurrentLanguageIndex(void);
|
||||
NetworkClientInfo *NetworkFindClientInfoFromIndex(uint16 client_index);
|
||||
NetworkClientInfo *NetworkFindClientInfoFromIP(const char *ip);
|
||||
NetworkClientState *NetworkFindClientStateFromIndex(uint16 client_index);
|
||||
unsigned long NetworkResolveHost(const char *hostname);
|
||||
|
||||
|
Reference in New Issue
Block a user