X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=inline;f=client.c;h=d70bdb937e58c8b568917ac37b43c3b8dd458434;hb=53d5ac455d0616a5ee8867c986631ed34c177a42;hp=31cfff09798b2089e2b815a544fd207464f0e76c;hpb=3fd8d0567ae654aed7e97e832568d3e1b98e20a2;p=paraslash.git diff --git a/client.c b/client.c index 31cfff09..d70bdb93 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;