Merge branch 'refs/heads/t/simple_error_codes'
[paraslash.git] / client.c
index 64b1553745a53fc7a73db8901ea33a2c661204f2..f1100df49e144b873779ca84d226c1829cb1c1a3 100644 (file)
--- a/client.c
+++ b/client.c
@@ -22,7 +22,8 @@
 #include "error.h"
 #include "version.h"
 
-INIT_CLIENT_ERRLISTS;
+/** Array of error strings. */
+DEFINE_PARA_ERRLIST;
 
 static struct sched sched;
 static struct client_task *ct;