Simplify the error subsystem, get rid of error2.[ch].
[paraslash.git] / afh.c
diff --git a/afh.c b/afh.c
index 8975777bdb549ae68bc0fc125be7e959b4253ecc..36c432e54546d7f6079f9eb0ea4b35b675ab806b 100644 (file)
--- a/afh.c
+++ b/afh.c
 #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)