summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-19 22:01:37 +0000
committerrubidium <rubidium@openttd.org>2009-01-19 22:01:37 +0000
commit9b463c26deb936aee4525c14e36d857adad57aee (patch)
tree1fa1ced1093442941af3467fb79cbea07f8eb919 /src/network/network_func.h
parent7205a8f9f491239ae2fcf351f0212b6f8ed882d0 (diff)
downloadopenttd-9b463c26deb936aee4525c14e36d857adad57aee.tar.xz
(svn r15155) -Codechange: remove unused return value
Diffstat (limited to 'src/network/network_func.h')
-rw-r--r--src/network/network_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h
index 237afe851..db3de7f8f 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -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);