From d35f965c47a912e5cf69bfe64650e726728b4f40 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 2 Apr 2005 15:08:31 +0000 Subject: [PATCH] (svn r2126) - Fix: #2 Fix compilation with network disabled, and comment out some of the warnings (unused function) (I missed this out the last commit, sorry) --- network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.c b/network.c index bd31016b1a..4b4aba7775 100644 --- a/network.c +++ b/network.c @@ -1391,7 +1391,7 @@ void NetworkChangeCompanyPassword(const char *str) #else -void ParseConnectionString(const byte **player, const byte **port, byte *connection_string) {} +void ParseConnectionString(const char **player, const char **port, char *connection_string) {} void NetworkUpdateClientInfo(uint16 client_index) {} #endif /* ENABLE_NETWORK */