mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
added missing function in network header
This commit is contained in:
parent
55254d0657
commit
a6c8eb642b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue