mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +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_flush(NETCLIENT *c);
|
||||||
int netclient_gotproblems(NETCLIENT *c);
|
int netclient_gotproblems(NETCLIENT *c);
|
||||||
/*void netclient_stats(NETCLIENT *c, NETSTATS *stats);*/
|
/*void netclient_stats(NETCLIENT *c, NETSTATS *stats);*/
|
||||||
|
int netclient_error_string_reset(NETCLIENT *c);
|
||||||
const char *netclient_error_string(NETCLIENT *c);
|
const char *netclient_error_string(NETCLIENT *c);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in a new issue