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_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network_client.h') diff --git a/network_client.h b/network_client.h index 4990bc902..dd839a1f5 100644 --- a/network_client.h +++ b/network_client.h @@ -14,7 +14,7 @@ DEF_CLIENT_SEND_COMMAND_PARAM(PACKET_CLIENT_SET_PASSWORD)(const char *password); DEF_CLIENT_SEND_COMMAND_PARAM(PACKET_CLIENT_SET_NAME)(const char *name); DEF_CLIENT_SEND_COMMAND(PACKET_CLIENT_ACK); -NetworkRecvStatus NetworkClient_ReadPackets(ClientState *cs); +NetworkRecvStatus NetworkClient_ReadPackets(NetworkClientState *cs); void NetworkClient_Connected(void); #endif /* ENABLE_NETWORK */ -- cgit v1.2.3-54-g00ecf