summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-04-22 16:02:21 +0000
committerrubidium <rubidium@openttd.org>2011-04-22 16:02:21 +0000
commitc61abe0019e8763c406f5694e1e6ca21dc663152 (patch)
tree1e4fc97bd220953b21f287ebe6d3c52c9844d851 /src/network/network_func.h
parentcaf02450fb4937f08027903ff17ddc174004c2f2 (diff)
downloadopenttd-c61abe0019e8763c406f5694e1e6ca21dc663152.tar.xz
(svn r22366) -Codechange: make GetClientIP a function of the server's ClientSocket, after all the Socket is the bit that's associated with the network
Diffstat (limited to 'src/network/network_func.h')
-rw-r--r--src/network/network_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h
index 0d9e86f95..af530d068 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -68,7 +68,6 @@ bool NetworkServerStart();
void NetworkServerUpdateCompanyPassworded(CompanyID company_id, bool passworded);
bool NetworkServerChangeClientName(ClientID client_id, const char *new_name);
-const char *GetClientIP(NetworkClientInfo *ci);
void NetworkServerDoMove(ClientID client_id, CompanyID company_id);
void NetworkServerSendRcon(ClientID client_id, TextColour colour_code, const char *string);