(svn r15155) -Codechange: remove unused return value

This commit is contained in:
rubidium
2009-01-19 22:01:37 +00:00
parent 32e46fc067
commit 7a81c0e5b4
2 changed files with 4 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ void NetworkStartDebugLog(const char *hostname, uint16 port);
void NetworkPopulateCompanyStats(NetworkCompanyStats *stats);
void NetworkUpdateClientInfo(ClientID client_id);
bool NetworkClientConnectGame(const char *host, uint16 port);
void NetworkClientConnectGame(const char *host, uint16 port);
void NetworkClientSendRcon(const char *password, const char *command);
void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const char *msg, int64 data = 0);
void NetworkClientSetPassword(const char *password);