From df995a32ed6e65dfe64f6e46cd3819a1e6f2e0e8 Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 19 Dec 2004 10:17:26 +0000 Subject: (svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const' and 'void' where needed, prefixed all functions, typedefs and global vars with 'Network' and organized all externals nicely. --- network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network.h') diff --git a/network.h b/network.h index fe02bb42b..ac42f55ce 100644 --- a/network.h +++ b/network.h @@ -193,6 +193,6 @@ VARDEF byte _network_playas; // an id to play as.. void ParseConnectionString(const byte **player, const byte **port, byte *connection_string); void NetworkUpdateClientInfo(uint16 client_index); -void AddServer(byte *b); +void NetworkAddServer(const byte *b); #endif /* NETWORK_H */ -- cgit v1.2.3-54-g00ecf