about summary refs log tree commit diff
path: root/src/engine/e_network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_network.h')
-rw-r--r--src/engine/e_network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_network.h b/src/engine/e_network.h
index 385e1e12..d90bd42f 100644
--- a/src/engine/e_network.h
+++ b/src/engine/e_network.h
@@ -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