X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=client.c;h=f1100df49e144b873779ca84d226c1829cb1c1a3;hb=40b1bbc50682effec5cf18b0923cfab24e154245;hp=64b1553745a53fc7a73db8901ea33a2c661204f2;hpb=a80869e84654120689bd63b4a0f944bd1124332e;p=paraslash.git diff --git a/client.c b/client.c index 64b15537..f1100df4 100644 --- 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;