network_server.h
changeset 4906 935e6280c093
parent 4830 668bcb0a30b2
--- a/network_server.h	Sat Oct 21 22:24:28 2006 +0000
+++ b/network_server.h	Sat Oct 21 22:29:14 2006 +0000
@@ -13,7 +13,7 @@
 DEF_SERVER_SEND_COMMAND_PARAM(PACKET_SERVER_RCON)(NetworkClientState *cs, uint16 color, const char *command);
 
 bool NetworkFindName(char new_name[NETWORK_CLIENT_NAME_LENGTH]);
-void NetworkServer_HandleChat(NetworkAction action, DestType desttype, int dest, const char *msg, uint16 from_index);
+void NetworkServer_HandleChat(NetworkAction action, DestType type, int dest, const char *msg, uint16 from_index);
 
 bool NetworkServer_ReadPackets(NetworkClientState *cs);
 void NetworkServer_Tick(bool send_frame);