(svn r3407) - Feature: Kick and ban now with IP numbers.

This commit is contained in:
Darkvater
2006-01-19 15:58:57 +00:00
parent 26226f1d43
commit a292621b14
3 changed files with 36 additions and 9 deletions

View File

@@ -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);