summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_func.h')
-rw-r--r--src/network/network_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h
index c4c0cd6be..9d45035b7 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -41,6 +41,7 @@ bool NetworkClientConnectGame(const char *host, uint16 port);
void NetworkClientSendRcon(const char *password, const char *command);
void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const char *msg);
void NetworkClientSetPassword(const char *password);
+bool NetworkClientPreferTeamChat(const NetworkClientInfo *cio);
/*** Commands ran by the server ***/
void NetworkServerMonthlyLoop();