network_data.h
changeset 3437 2768c018e5f7
parent 3121 2e50f731567a
child 4326 c2ae4dbc1074
--- a/network_data.h	Mon Apr 03 18:12:42 2006 +0000
+++ b/network_data.h	Mon Apr 03 18:31:01 2006 +0000
@@ -229,6 +229,7 @@
 NetworkClientInfo *NetworkFindClientInfoFromIP(const char *ip);
 NetworkClientState *NetworkFindClientStateFromIndex(uint16 client_index);
 unsigned long NetworkResolveHost(const char *hostname);
+char *GetNetworkErrorMsg(char *buf, NetworkErrorCode err);
 
 #endif /* ENABLE_NETWORK */