X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=f8fd80faa77bdea4a4f1139bb8168268ce59ddc3;hp=a2bfeb1995abc458daf953b036a0d2edcdd3aed1;hb=bc78a94412b17dfd445d6bb88f752041df3cf7ba;hpb=32a81d7eecfa5c8585d7095631ff2cd8b7b1bf7a diff --git a/audioc.c b/audioc.c index a2bfeb19..f8fd80fa 100644 --- a/audioc.c +++ b/audioc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -13,7 +13,6 @@ #include #include #include -#include #include #include "audioc.cmdline.h" @@ -25,7 +24,8 @@ #include "ggo.h" #include "version.h" -INIT_AUDIOC_ERRLISTS; +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; /** The gengetopt structure containing command line args. */ static struct audioc_args_info conf;