(svn r20934) -Codechange: move NetworkGetClientName to the server's socket

This commit is contained in:
rubidium
2010-10-15 19:35:08 +00:00
parent f555e6d72e
commit bda26d03b5
4 changed files with 24 additions and 20 deletions

View File

@@ -168,7 +168,6 @@ void NetworkSyncCommandQueue(NetworkClientSocket *cs);
/* from network.c */
void NetworkError(StringID error_string);
void NetworkTextMessage(NetworkAction action, ConsoleColour colour, bool self_send, const char *name, const char *str = "", int64 data = 0);
void NetworkGetClientName(char *clientname, size_t size, const NetworkClientSocket *cs);
uint NetworkCalculateLag(const NetworkClientSocket *cs);
NetworkClientSocket *NetworkFindClientStateFromClientID(ClientID client_id);
StringID GetNetworkErrorMsg(NetworkErrorCode err);