File diff r4911:1934a0c6e865 → r4912:d420151de4c6
network_data.h
Show inline comments
 
@@ -230,7 +230,7 @@ NetworkClientInfo *NetworkFindClientInfo
 
NetworkClientInfo *NetworkFindClientInfoFromIP(const char *ip);
 
NetworkClientState *NetworkFindClientStateFromIndex(uint16 client_index);
 
unsigned long NetworkResolveHost(const char *hostname);
 
char *GetNetworkErrorMsg(char *buf, NetworkErrorCode err);
 
char* GetNetworkErrorMsg(char* buf, NetworkErrorCode err, const char* last);
 

	
 
#endif /* ENABLE_NETWORK */