added missing function in network header

This commit is contained in:
Magnus Auvinen 2008-12-19 08:27:20 +00:00
parent 55254d0657
commit a6c8eb642b

View file

@ -91,6 +91,7 @@ int netclient_state(NETCLIENT *c);
int netclient_flush(NETCLIENT *c);
int netclient_gotproblems(NETCLIENT *c);
/*void netclient_stats(NETCLIENT *c, NETSTATS *stats);*/
int netclient_error_string_reset(NETCLIENT *c);
const char *netclient_error_string(NETCLIENT *c);
#ifdef __cplusplus