X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.c;h=36c432e54546d7f6079f9eb0ea4b35b675ab806b;hp=8975777bdb549ae68bc0fc125be7e959b4253ecc;hb=7eaf2faf618705c97c77750371e177108aaa5897;hpb=904e302f0b64887f18c9e2fec7b0bb405675ad22 diff --git a/afh.c b/afh.c index 8975777b..36c432e5 100644 --- a/afh.c +++ b/afh.c @@ -17,8 +17,10 @@ #include "version.h" #include "ggo.h" +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; + static struct afh_args_info conf; -INIT_AFH_ERRLISTS; static int loglevel; INIT_STDERR_LOGGING(loglevel)